admin/addon/pc/source/cs_default/.htaccess

9 lines
248 B
ApacheConf

<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /web/index.html [L]
RewriteEngine on RewriteCond % !^$
</IfModule>