 |
Results from the most recent live auction are here.
21 members in the live chat room. Join Chat!
| |
04-10-2006, 06:33 PM
|
· #1 | | NamePros Regular Name: Trevor Location: Atlanta, GA, USA Join Date: Feb 2006 | .htaccess subdomain redirect How can I redirect a subdomain using .htaccess? I've Googled, and found nothing relevant. I suspect it has something to do with mod_rewrite? |
| |
04-10-2006, 06:52 PM
|
· #2 | | while ($awake){ code(); } Name: Eric Location: Kentucky Join Date: Mar 2005
Posts: 4,268
NP$: 1152.00 ( Donate)
| Something like this? Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^sub\.domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301, L] |
| |
04-10-2006, 07:22 PM
|
· #3 | | NamePros Regular Name: Trevor Location: Atlanta, GA, USA Join Date: Feb 2006 | I'll try it. Thanks 2v.  |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |