php - How do I make a file to look like a folder? -


i building php , want files instead of exampe shop.php /shop/

ho do in php? if possible.

here's example of how it.

rewriteengine on  rewriterule ^shop/?$ shop.php 

read more on url-rewriting here :- http://corz.org/server/tricks/htaccess2.php


Comments