novaconium/examples/App/public/.htaccess

6 lines
135 B
ApacheConf
Raw Normal View History

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