MySC/public_html/.htaccess
2024-01-30 18:40:00 +01:00

8 lines
218 B
ApacheConf

RewriteEngine On
#RewriteBase /app
# If the request is not for a valid file
RewriteCond %{REQUEST_FILENAME} !-f
# If the request is not for a valid link
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^ index.php [L]