Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Confused w/ .htaccess subdomains
Old 04-14-2007, 08:26 PM Confused w/ .htaccess subdomains
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
Hi,

I'm already using my .htaccess for a few things. It's set to block an image scraper, to redirect from my old domain ( landscapephoto.us ) to my new domain ( forrestcroce.com ), and to keep people away from www subdomains. I just started a forum, and need to redirect from forrestcroce.com\forums to forums.forrestcroce.com.

I managed to get everything but the last requirement to work; it was a lot easier when I didn't allow any subdomains. How would I handle this using mod rewrite? I'm using the code below, but when I add ^forrestcroce.com\forums as a rewrite condition, it doesn't work, and neither does \.com\forums?

RewriteCond %{HTTP_HOST} ^www.forrestcroce\.com [NC]
RewriteRule ^(.*) http://forrestcroce.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^landscapephoto\.us [NC]
RewriteRule ^(.*) http://forrestcroce.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.landscapephoto\.us [NC]
RewriteRule ^(.*) http://forrestcroce.com/$1 [R=301,L]
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
 
Register now for full access!
Reply     « Reply to Confused w/ .htaccess subdomains
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.42818 seconds with 12 queries