For the people who use HTACCESS..
I know there is a function/handler built into htaccess that will do the following.
If the url contains:
the htaccess file looks something like this
(i'm guessing with regular expressions).
Code:
[SOMETHING HERE] /html/(.*)/(.*).html pages.php?directory=$1&page=$2
you are actually viewing the file (but dont know it):
pages.php?directory=xyz/csv&page=welcome
Someone please; how do you do this?