rvr-nextgen/public/.htaccess

6 lines
131 B
ApacheConf
Raw Permalink Normal View History

2023-04-08 00:42:55 +02:00
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]