|
|
|
|
|
|
|
![]() |
#1 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
![]() I found this on the web and it works without the www but with the www it goes into a redirect loop.
Code:
# .htaccess main domain to subfolder redirect RewriteEngine on # Change yourdomain.com to be your main domain. RewriteCond %{HTTP_HOST} ^(www.)?clubkourtney.com$ [NC] # Change 'subfolder' to be the folder you will use for your main domain. RewriteCond %{REQUEST_URI} !^/blog/ # Don't change these lines. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Change 'subfolder' to be the folder you will use for your main domain. RewriteRule ^(.*)$ /blog/$1 [L] # Change yourdomain.com to be your main domain again. # Change 'subfolder' to be the folder you will use for your main domain # followed by / then the main file for your site, index.php, index.html, etc. RewriteCond %{HTTP_HOST} ^(www.)?clubkourtney.com$ [NC] RewriteRule ^(/)?$ blog/index.php [L] |
![]() |
![]() |
![]() |
#2 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
Never mind.
The above works just fine now that I've emptied my browser's cache. |
![]() |
![]() |
![]() |
#3 |
Ahhh ... sweet pity. Where would my love life be without it?
Join Date: Jul 2010
Location: 5 minutes from the Golden Dome
Posts: 208
|
hehehe, been there done that
![]()
__________________
Great, Cheap, and Reliable Hosting Get $25 credit when you join M3Server HERE! |
![]() |
![]() |
![]() |
#4 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
I was just going to delete the thread but then decided to leave it in case someone else needs to do this sometime.
|
![]() |
![]() |
![]() |
#5 |
Ahhh ... sweet pity. Where would my love life be without it?
Join Date: Jul 2010
Location: 5 minutes from the Golden Dome
Posts: 208
|
yea, i'd say one out of every 3 newbies that i help end up doing it at some point..so it's fairly common...especially when you get into what you are doing and working away...so i'm for sure others have it happen to them on a regular basis..
__________________
Great, Cheap, and Reliable Hosting Get $25 credit when you join M3Server HERE! |
![]() |
![]() |
![]() |
|
|