ventry/public/.htaccess

5 lines
157 B
ApacheConf
Raw Permalink Normal View History

2023-11-03 20:17:49 +00:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>