Friendly urls using forcetype in htaccess
Posted by: Wasiutynski
Posted on: 2008-02-01 12:00:00
Hello,
I've been trying to lunch php file without the .php extension.
This is how my .htaccess file look like:
<Files index>
ForceType application/x-httpd-php
</Files>
But it doesn't work. It generates blank page.
What is wrong? How can I get it work?