goliath/public/.htaccess

6 lines
137 B
ApacheConf
Raw Normal View History

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