Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2010-09-20, 02:12 PM   #1
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Question htaccess redirect root to sub folder

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]
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2010-09-20, 02:49 PM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
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.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2010-09-20, 08:12 PM   #3
Voltar
Ahhh ... sweet pity. Where would my love life be without it?
 
Voltar's Avatar
 
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!
Voltar is offline   Reply With Quote
Old 2010-09-20, 08:34 PM   #4
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
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.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2010-09-21, 09:27 AM   #5
Voltar
Ahhh ... sweet pity. Where would my love life be without it?
 
Voltar's Avatar
 
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!
Voltar is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:32 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc