diff --git a/.htaccess b/.htaccess index aa65e8f..afd4cab 100644 --- a/.htaccess +++ b/.htaccess @@ -23,6 +23,7 @@ ErrorDocument 500 /assets/error-500.html RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_URI} !\.php$ RewriteRule .* framework/main.php?url=%1 [QSA] RewriteCond %{REQUEST_URI} ^(.*)/framework/main.php$