Hey guys,
I have been searching for days on how to do this and I keep NOT finding what I want, so I thought I might ask some experts in here.
How would I change and URL from:
http://www.mydomain.com/details.php?id=microgaming&name=slot%5B/CODE%5D
TO
[CODE]
[url]http://www.mydomain.com/microgamingslot/[/CODE][CODE]http://www.mydomain.com/details.php?id=microgaming&name=slot[/CODE]
TO
[url]http://www.mydomain.com/microgamingslot/[/CODE][CODE]
2 Answers
Maybe this will work:
For Php:
[PHP]
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.yournewaddresshere.com” );
?> [/PHP]
For Php:
[PHP]
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.yournewaddresshere.com” );
?> [/PHP]
Please login or Register to submit your answer