Forgot to add:
CMSMS 1.9.3, PHP 5.3.2, Apache 2.2.14 (Ubuntu), MySQL 5.1.41
Search found 2 matches
- Sun Feb 13, 2011 11:26 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Solved] Admin console and SSL
- Replies: 1
- Views: 831
- Sun Feb 13, 2011 10:51 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Solved] Admin console and SSL
- Replies: 1
- Views: 831
[Solved] Admin console and SSL
Hello all, I am trying to get the admin pages to be encrypted, for obvious reasons. The SSL cert is up and fine, and the .htaccess file is straight out of the CMSMS FAQ: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} The http://<website>/admin redirects...