1
0
mirror of https://github.com/AlexKrunch/AnonIB-3D.git synced 2024-09-21 03:09:14 -04:00
AnonIB-3D/src_angular/.htaccess

7 lines
277 B
ApacheConf
Raw Normal View History

2019-08-17 04:21:07 -04:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(srv|user)($|/) - [L]
RewriteRule ^(.*) /path-to-client-page/index.html [NC,L]