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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.