Forum Moderators: open

Message Too Old, No Replies

Google file extension acceptions

         

landlord411

6:36 pm on Nov 4, 2004 (gmt 0)

10+ Year Member



Hi all,

I was looking at the google webmaster Facts&Fiction found here: google dot com slash webmasters and if you look at the last point it shows all the file types that google can read. Where does PHP fall into this?

Thanks for the insight.

[edited by: landlord411 at 6:39 pm (utc) on Nov. 4, 2004]

encyclo

6:39 pm on Nov 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Google doesn't worry about the file extension - but rather the file type. PHP files are served with a mime type of
text/html
, so they are treated as any other HTML file.

There is absolutely no problem in using PHP for creating your site.

landlord411

6:40 pm on Nov 4, 2004 (gmt 0)

10+ Year Member




Much appreciated! This confirms my suspicion.

Thank You