![]() |
301 permanent redirect in PHP
Whenever we change the names of any files on webserver its better to make a 301 permanent redirect from the old URL to the new URL and for Linux server you can use the .htaccess to make the permanent redirect. I find a disadvantage of this as it is very much dependent on the OS of the server and if you are changing hosts then there could be a problem of old URL not being redirected and so its better to put the redirection into the code. Here are the code snippets to achive the same.
PHP Code: PHP
|
Re: 301 permanent redirect in ASP and ASP.NET
In ASP.NET
Code: ASP
Code: ASP
|
Re: 301 permanent redirect in JSP
Code:
response.sendError(response.SC_MOVED_PERMANENTLY, "/newURL.jsp"); |
Re: 301 permanent redirect in PHP
Edited title of asp redirect and jsp redirect post.
|
| All times are GMT +5.5. The time now is 14:14. |