block-explorer/webroot/.htaccess
2017-06-13 18:33:31 +00:00

5 lines
130 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>