1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-25 01:01:17 +00:00
plateforme-tfjm2/.htaccess

8 lines
199 B
ApacheConf
Raw Normal View History

ErrorDocument 403 /tfjm/server_files/403.php
ErrorDocument 404 /tfjm/server_files/404.php
2019-08-21 22:56:46 +02:00
Options +FollowSymlinks
Options -Indexes
2019-08-21 22:56:46 +02:00
RewriteEngine On
RewriteRule ^(.*)$ dispatcher.php?path=$1 [QSA,L]