Is there a way to mask the URL extensions for pages on my website with PHP? Example: http://home/subfolder instead of http://home.subfolder.php
Apache httpd's mod_rewrite can rewrite the URL transparently on the server side and let you use any URL you like.