diff --git a/htaccess b/htaccess index fd6f78c..83cd954 100644 --- a/htaccess +++ b/htaccess @@ -1,4 +1,4 @@ RewriteEngine On -RewriteCond %{REQUEST_FILENAME} !-f +# RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^.]+)$ $1.php [NC,L]