1
0
mirror of https://github.com/AlexKrunch/AnonIB-3D.git synced 2024-09-20 19:06:35 -04:00
AnonIB-3D/src_angular/.htaccess
2019-08-17 10:21:07 +02:00

7 lines
277 B
ApacheConf
Executable File

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]