|
|
|
|
|
|
|
|
|
|
|
#1 | |
|
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
For those too lazy to go over and read the AVN article.
Quote:
|
|
|
|
|
|
|
#2 |
|
Verbal prefers 56K
|
Good article. I found the suggestion to link all internal pages by their absolute path kind of interesting. I've always used relative links since it's cleaner and more efficient on the server.
On another note, anyone know if the PHP header(Location: "http://www.url.com/"); redirect is a 301 or 302?
__________________
Verbal |
|
|
|
|
|
#3 | |
|
Rock stars ... is there anything they don't know?
Join Date: Mar 2004
Posts: 13
|
Quote:
this code found on wmw should 301. header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.example.com/"); exit(); |
|
|
|
|
![]() |
|
|