novaconium/examples/App/public/.htaccess
2024-08-29 22:05:31 -07:00

6 lines
135 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?_uri=$1 [QSA,L]