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