diff --git a/src/.htaccess b/src/.htaccess index 850a961..6b7d4d7 100644 --- a/src/.htaccess +++ b/src/.htaccess @@ -1 +1,5 @@ +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME}\.php -f +RewriteRule ^(.*)$ $1.php [NC,L] ErrorDocument 404 /404.php \ No newline at end of file