|
|
MUSC Web Server Developers' Corner
With the new web server you have the option to secure your site with HTTPS. HTTPS allows for secure transmissions between your client's browser and the content on the web server. It is highly recommended and encouraged to be used with a site requiring authentication.
You can force your site to use HTTPS by putting the following line in an .htaccess in the site directory being secured.
PerlAccessHandler ForceSSL
|
|
|
|