Rewrite module

Status
Not open for further replies.

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
It has been enabled for a long time.

If you are having a problem, please state the problem. Post your .htaccess file, state what you expect it to do, and what it seems to be doing.
 

surfmynetwork24

New Member
Messages
5
Reaction score
0
Points
0
<Files .htaccess>
order allow,deny
deny from all
</Files>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php

---------- Post added at 06:17 PM ---------- Previous post was at 06:16 PM ----------

This is my .htaccess file and this is not working...
 
Status
Not open for further replies.
Top