![]() |
Anyone knows the code of a http 301 permanent redirect?
Anyone knows the code of a http 301 permanent redirect (from the current URL to a new URL) to be put into an html page?
|
You could put this in your htaccess
Code:
Redirect permanent / http://www.newurl.com/ |
You can have a link too.. http://www.webconfs.com/how-to-redirect-a-webpage.php
That should explain it pretty good.. :-) |
Or the PHP way
Code:
header("HTTP/1.1 301 Moved Permanently"); |
All times are GMT -7. The time now is 05:41 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123