The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to redirect url in .htaccess ?
Hello VB.org staff & coders
can someone please guide me, how do i redirect an url in .htaccess file for example - i want to redirect url http://www.example.com/search.php to http://www.example.net/search.php (same url just domain name is different) *[i have searched query "how to redirect url in htaccess" before posting this thread but i didn't get anything useful] Thank you |
#2
|
||||
|
||||
need more information.
just that ONE page (search.php)? or EVERYTHING .com to .net ?? |
#3
|
|||
|
|||
everything is done but few left i.e search.php / calander.php etc.. so i guess i have do them one by one ?
|
#4
|
||||
|
||||
not necessarily. if you're moving the whole SITE, then you can do it with two lines of code, but if it's only a select few pages, then yes, it will have to be done individually
|
#5
|
|||
|
|||
whole SITE's url are redirecting to another already except few So, please guide me how do i do this ? The codes are ?
http://www.example.com/search.php to http://www.example.net/search.php (same url just domain name is different) --------------- Added [DATE]1469524795[/DATE] at [TIME]1469524795[/TIME] --------------- also let know the code / procedure how to redirect the whole site to another * (for my knowledge). For now please let know how to redirect the mentioned URL . Thank You |
#7
|
|||
|
|||
Quote:
Noted ! Can you please let me know how do i redirect particular (Single) link as mentioned above ? |
#8
|
|||
|
|||
Redirect 301 /oldfile.php http://example.net/newfile.php
That should work. But if you use the last one I wrote it should take care of all files and only need that one. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|