Hi!
I have http://somedomain/testing/foo/bar and the .htaccess in the root of somedomain contains
<Files testing>
ForceType application/x-httpd-php
</Files>
so a file called testing does everything -- foo and bar does not exist at all, they are parameters. But what shall I do when the test is over, and the URL will be http://somedomain/foo/bar ?
Thanks much
Karoly Negyesi