Skip to site navigation (Press enter)
Re: [users@httpd] PHP page only accessible via SSL
edward . dunkle
Wed, 05 Apr 2006 11:28:13 -0700
One other thing to consider is the Rewrite rules you can put in httpd.conf
RewriteEngine On
# Force to https
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^/admin.php https://yourhostname/$1 [L,R]
#
Previous message
View by thread
View by date
Next message
Reply via email to
Search the site
The Mail Archive home
users - all messages
users - about the list
Expand
Previous message
Next message