Files
colossus/public/.htaccess
2022-11-25 15:46:18 -05:00

6 lines
137 B
ApacheConf

# rewrite rules
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]