Quote:
Originally posted by EscortDate_Enoj
It doesn't matter whether the files are ending with .HTML or .PHP.
However, if you use some tool like for example mod_rewrite, you could manipulate all the urls to make them as search friendly as possible. No need to have file endings at all. Examples:
domain.com
domain.com/categoryname
domain.com/categoryname/girlname
domain.com/categoryname/girlname/setname
If done properly you get a great link structure which pays off with the SE's.
|
This works very well. Its also a good way to learn about seperating modules and templates by using MVC with php.