Hi
I noticed my server was still displaying extra headers for php files and I wondered if google etc may detect this and use this to tell if you are rewriting the url. The header is "X-Powered-By" and it lists the version of php running on the server to generate the php page. HTML files do not get this header sent (aka static content).
It would be simple for them to do it in my mind and if google indexes what it considers dynamic content, would showing this effect the index speed of your site or even possibly the rank?
For anyone wondering how to see if their server outputs the header just create a php file with phpinfo(); in it and then you search for "HTTP Response Headers". If X-Powered-By is listed then its exposing your php generated pages to the world.
To disable this edit your php.ini file and set:
expose_php = Off
Just a thought really.


LinkBack URL
About LinkBacks





Reply With Quote

