Question
.htacces for rewriting urls problem
Hi,
I'm using an .htacces files for rewriting my URLs e.g:
I'm using an .htacces files for rewriting my URLs e.g:
-
www.host.com/index.php?cat=1&id=7
will be writtin as -
www.host.com/index/cars/porsche
This is the .htacces code I'm using:
<Files index>
ForceType application/x-httpd-php
</Files>
Doing this forces me to delete the extensions of my php files, but now DW CS3 can't read them anymore (not by double clicking on the file that is). Is there way to avoid this or is there a better way using .htacces to achieve this?
Regards,
Nick
