Jump to content

URL Redirection / 301 Redirect.


smithmr8

Recommended Posts

Hi,

Working on a URL re-direction site. http://ziz.im

 

At the moment, it's not using the most effecient of redirections. I want to change this to a 301 redirect. But I can't quite figure out how to get it to work.

 

Currently:

- I am using a .htaccess rewrite to re-direct all shortened urls to a page (parse.php) which is providing the public variable 'q' containing the shortened keywork (e.g. GTRfdrtlls).

- This is then checked through the DB to find if its valid, then redirects to that URL.

 

How can I get it to use 301 Redirects, like the below:

<?

Header( "HTTP/1.1 301 Moved Permanently" );

Header( "Location: http://www.new-url.com" );

?>

 

I need to be able to query the database to get the URL / Check if its valid before I can specify the URL. But you need to specify the headers at the start.

 

Confused.

 

Cheers.

 

Link to comment
https://forums.phpfreaks.com/topic/236327-url-redirection-301-redirect/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.