Forum Moderators: phranque
www.example.com/this-article.xyz
It is a php driven site and I will have the server parse .xyz files as php.
As far as you know, would there be any problems with this, including things like SEO etc?
When having no extension on a file name, wouldn't many systems consider it to be a folder containing the default file:
for example:
www.example.com/the-article-number-8
is really considered to be:
www.example.com/the-article-number-8/index.php
Whereas my method makes it appear closer to www:
www.example.com/the-article-number-8.xyz
That said, do you think some search engines may "choke" on having an unusual extension?
File name extension. This is a very common one. "cgi", even ".html" is something which will change. You may not be using HTML for that page in 20 years time, but you might want today's links to it to still be valid. The canonical way of making links to the W3C site doesn't use the extension.
I haven't always followed that advice, but when I haven't, it's been laziness, not intention that led me into temptation!