This commit is contained in:
flash 2015-04-05 18:25:17 +02:00
parent 1359689ca1
commit 4d987207ad

View file

@ -16,7 +16,6 @@ Options +FollowSymLinks -Indexes
# Rewrite Rules # Rewrite Rules
# Remove .php from the url # Remove .php from the url
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php RewriteRule ^(.*)$ $1.php