![]() | | ||||||||
| | #1 |
| Senior Warrior Member War Room Member Join Date: Jan 2009 Location: London
Posts: 1,029
Thanks: 60
Thanked 147 Times in 103 Posts
|
Hi there warriors I need some help to make a 301 php nofollow redirect. This is what I have This works <? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.hotmail.com" ); ?> This doesn't <? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.hotmail.com"rel="nofollow" ); ?> as it gives me this: Parse error: syntax error, unexpected T_STRING in /public_html/michaelnguyen/test/index.php on line 3 Thank you for your reply |
| | |
| | |
| | #2 | |
| Personal hygiene coach Join Date: Aug 2005 Location: Potemkin Village
Posts: 1,083
Thanks: 268
Thanked 377 Times in 254 Posts
| Quote:
| |
| | |
![]() |
|
| Tags |
| 301, follow, making, php, redirect |
| Thread Tools | |
| |
![]() |