|
||||
How do you redirect a domain's sub folder to another domain sub folder?
Example: http://www.OldDomain.com/gallery --redirect to--> http://www.NewDomain.com/gallery I sucessfully redirect http://www.OldDomain.com to http://www.NewDomain.com but not subfolder. All http://www.OldDomain.com/folderName will goto http://www.NewDomain.com Current code: Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^OldDomain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.OldDomain.com$
RewriteRule ^(.*)$ http://www.NewDomain.com [R=301,L]
Code:
RewriteCond %{HTTP_HOST} ^OldDomain.com/gallery$ [OR]
RewriteCond %{HTTP_HOST} ^www.OldDomain.com/gallery$
RewriteRule ^(.*)$ http://www.NewDomain.com/gallery [R=301,L]
|
|
||||
well, I found the answer!
Here is the code: Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^OldDomain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.OldDomain.com$
RewriteRule ^(.*)$ http://www.NewDomain.com/$1 [R=301,L]
Example: http://www.olddomain.com/blah/blahblah/abc.html --> http://www.NEWdomain.com/blah/blahblah/abc.html ![]() |
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| htaccess rewrite help needed~ | lcf | Website Programming | 4 | 05-04-2007 07:45 PM |
| htaccess question | tansks | Mamak Stall | 0 | 11-12-2006 11:18 PM |
| .htaccess help me. | GeminiGeek | Website Programming | 0 | 25-01-2006 09:46 AM |
| .htaccess | tansks | Website Programming | 4 | 03-01-2005 11:09 PM |
| ip deny htaccess | KKHOSTING | Website Programming | 0 | 22-12-2004 09:43 AM |
All times are GMT +8. The time now is 06:25 PM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.













Linear Mode

