colossus/public/.htaccess

6 lines
137 B
ApacheConf
Raw Permalink Normal View History

2022-11-25 15:46:18 -05:00
# rewrite rules
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]