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

7 righe
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]