GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Anyone knows the code of a http 301 permanent redirect? (https://gfy.com/showthread.php?t=410044)

Cash 12-29-2004 04:35 PM

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?

mortenb 12-29-2004 04:44 PM

You could put this in your htaccess

Code:

Redirect permanent / http://www.newurl.com/

mortenb 12-29-2004 04:45 PM

You can have a link too.. http://www.webconfs.com/how-to-redirect-a-webpage.php

That should explain it pretty good.. :-)

swedguy 12-29-2004 04:48 PM

Or the PHP way

Code:

header("HTTP/1.1 301 Moved Permanently");
header("Location: http://domain.com/");
header("Connection: close");



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