Jump to content

301 Redirect doesn't seem to work


playaz

Recommended Posts

Hi guys,

 

I am new to using 301 Redirect, I have built a new PHP site to replace the my existing html one - in my html pages from the previous site I have placed the following code to tell Google and other search engine's that this page has been moved permanently and to redirect the page to the current home page.

 

However it doesn't seem to work, it would appear that the PHP is working on these pages - however it definately works on the server as my site is running in PHP and works perfectly fine.

 

<?php

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

Header( "Location: http://www.mysiteurl.co.uk" );

?>

 

Does anyone have any ideas why this isn't working?

 

Thanks in advance :-)

Link to comment
https://forums.phpfreaks.com/topic/166039-301-redirect-doesnt-seem-to-work/
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.