<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...