Welcome Guest, Not a member yet? Register   Sign In
Making all pages load https and force ONE Unspecific page to always load/redirect http
#3

[eluser]silentkillerjoe[/eluser]
Well this is the code I added originally to make every page load https..

I added everything below the line

<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
--------------------------------------------------------------------
RewriteEngine on
Options +FollowSymLinks
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
</Directory>


So can I just add the code you gave me to that? Or does that need to be edited?


Messages In This Thread
Making all pages load https and force ONE Unspecific page to always load/redirect http - by El Forum - 09-29-2008, 04:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB