View Single Post
Old 01-15-2008, 04:34 PM   #1 (permalink)
factoring
Senior Member
 
Join Date: 04-03-07
Location: Rhode Island
Posts: 303
iTrader: 1 / 100%
Latest Blog:
None

factoring is just really nicefactoring is just really nicefactoring is just really nicefactoring is just really nicefactoring is just really nicefactoring is just really nicefactoring is just really nicefactoring is just really nicefactoring is just really nicefactoring is just really nicefactoring is just really nice
http to https using htaccess file

Hi,

I am trying to get my admin folder in https. I have tried several different techniques including the following:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} somefolder
RewriteRule ^(.*)$ https://www.domain.com/somefolder/$1 [R,L]

This makes my homepage go to my admin folder and makes my admin folder do this: admin/admin/index.php.

I am lost at this point.

Thanks

Andrew
factoring is offline   Reply With Quote