diff --git a/.htaccess b/.htaccess index 50c2a93..e69de29 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +0,0 @@ -RewriteEngine On -RewriteCond %{THE_REQUEST} /([^.]+)\.php [NC] -RewriteRule ^ /%1 [NC,L,R] - -RewriteCond %{REQUEST_FILENAME}.php -f -RewriteRule ^ %{REQUEST_URI}.php [NC,L]