novaconium/examples/public/.htaccess

5 lines
134 B
ApacheConf
Raw Normal View History

2024-08-29 22:05:31 -07:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2024-09-01 17:17:12 -07:00
RewriteRule ^(.*)$ index.php?_uri=$1 [QSA,L]