Maybe this question has been asked before, but I didn't have any luck when searching for it.
I want to force a script to be used as a directory so that I can have:
http://www.mysite.com/articles/013,234,243
"articles" is of course a PHP script located in the root directory of the server, and when using this URL, 013,234,243 would be passed to the script as an argument.
What I want to know is what I should write in httpd.conf or a .htaccess file to be able to use this.
Thanks in advance!
// Victor