![]() |
htaccess help
After bit of help
Can normaly do this but nothing i have come up with works ... redirecting a old site to a new site www.oldsite.com to new www.newsite.com also need to do all the pages www.oldsite.com/Folder to www.newsite.com/Folder |
You might want to be more specific as this is currently some mix of 302,404, and or mod redirect...
|
301 i normaly use
thanks |
RedirectPermanent / http://newsite.com
|
RewriteRule (.*) http://othersite.com/$1
|
Quote:
|
Quote:
to go http://othersite.com/travel to http://newsite.com/travel ? |
Quote:
|
Quote:
|
Quote:
|
really? this is just in your htaccess folder... delete everything else out (maybe make a backup htaccess)
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] |
All times are GMT -7. The time now is 02:36 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123