diff --git a/main/.htaccess b/main/.htaccess index 0e5c803..87af071 100644 --- a/main/.htaccess +++ b/main/.htaccess @@ -16,7 +16,6 @@ Options +FollowSymLinks -Indexes # Rewrite Rules # Remove .php from the url -RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php