Alias /freeradius-dialupadmin /usr/share/freeradius-dialupadmin/htdocs Options Indexes FollowSymLinks php_flag register_globals off php_flag register_globals off # You may prefer a simple URL like http://dialupadmin.example.com # # DocumentRoot /usr/share/freeradius-dialupadmin/htdocs # ServerName dialupadmin.example.com # # redirect to https when available # # Note: There are multiple ways to do this, and which one is suitable for # your site's configuration depends. Consult the apache documentation if # you're unsure, as this example might not work everywhere. # # # # # RewriteEngine on # RewriteCond %{HTTPS} !^on$ [NC] # RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI} [L] # # #