Quote:
Originally Posted by splatster
this is what i do
if you have for example thesection.php in the root directory
create a folder named thesection and put thesection.php inside of it and rename the php file to index.php
now if you visit www.yoursite.com/thesection/ your original php file should then be displayed
note that the ending slash MUST be present
this can be done for most url extensions
|
right! but i prefer doing it in .httaccess file its easier for me (though it took a long time for me to figure out the code) than renaming and creating new folders one by one.