mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-12 07:36:07 +00:00
8 lines
235 B
ApacheConf
8 lines
235 B
ApacheConf
<Files "*.tpl">
|
|
Order Deny,Allow
|
|
Deny from all
|
|
ErrorDocument 403 http://travian.shadowss.ro/403.php
|
|
ErrorDocument 404 http://travian.shadowss.ro/404.php
|
|
ErrorDocument 500 http://travian.shadowss.ro/500.php
|
|
Options -Indexes
|
|
</Files> |