Forum Moderators: phranque
Well I am trying to convert my site to have cleaner urls. I am first working on the .htaccess file which I started learning about today. I am trying to make it so whenever I try to open my products.php file I dont have to put the .php. So basically type www.mysite.com/products. For some reason I cant get this working. If I put this:
<Files products>
ForceType application/x-httpd-php
</Files>
It doesnt work and if I put this:
<Files /products>
ForceType application/x-httpd-php
</Files>
It will kinda work, it will display the HTML but not the PHP. I am kinda confused. I looked into my hosting company and they are not running it module but CGI. Also it's PHP v4.3.10 and Apache v1.3.31. Can anyone help me out?
thanks :D
Wes