bunny.invasion76
New Member
- Messages
- 12
- Reaction score
- 0
- Points
- 0
Hi,
I am trying to hide the .php from my url's but it doesn't works when I put:
It doesn't seems to work ;[
I also saw on a site to check if the mod rewrite is enabled, but I don't even know how to do that...
it is in the httpd.conf on this line:
Please someone help me out
Thanks,
I am trying to hide the .php from my url's but it doesn't works when I put:
Code:
RewriteEngine On
RewriteRule ^([^.]+[^/])$ $1.php
I also saw on a site to check if the mod rewrite is enabled, but I don't even know how to do that...
it is in the httpd.conf on this line:
Code:
#LoadModule rewrite_module modules/mod_rewrite.so
Please someone help me out
Thanks,