Please enable the rewrite module in the php configuration...
I will be very thankful...
Please enable the rewrite module in the php configuration...
I will be very thankful...
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.
Nothing is always absolutely so.
<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...