Sujet : [apache] repertoire virtuel [solution inside] |
speedyop |
petit patch: les moteur de recherche n'indexe pas les pages 404...donc il faut suivre:
Citation :
I've figured out the solution to this problem (after some trial and error)... Send your own status header, which will override the 404 header and keep Apache from sending one. Add this line before every page gets sent (make sure it's the first header as well): Header("HTTP/1.1 200 OK" );
|
http://www.phpbuilder.com/annotate [...] id=1000788 |