novaconium/examples/public/.htaccess

5 lines
134 B
ApacheConf
Raw Normal View History

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