58 lines
1.2 KiB
ApacheConf
58 lines
1.2 KiB
ApacheConf
php_flag display_errors Off
|
|
# php_value error_reporting -1
|
|
|
|
Options -Indexes
|
|
|
|
<FilesMatch "\.(env|sql|bak|zip|tar|gz|ini)$">
|
|
Require all denied
|
|
</FilesMatch>
|
|
|
|
ErrorDocument 404 /404.php
|
|
|
|
<RequireAll>
|
|
Require all granted
|
|
Require not ip 4.222.252.98
|
|
Require not ip 4.222.252.97
|
|
</RequireAll>
|
|
|
|
|
|
# ALL CUSTOM ENTRIES SHOULD GO ABOVE THIS LINE
|
|
# BEGIN IWORX header
|
|
# This file was created by InterWorx-CP
|
|
# You may modify this file, but any changes made between
|
|
# BEGIN IWORX and END IWORX tags may be lost on future
|
|
# updates. Additionally, changes NOT made between these
|
|
# tags will not be recognized in the SiteWorx interface.
|
|
# END IWORX header
|
|
|
|
# BEGIN IWORX accesscontrol
|
|
# END IWORX accesscontrol
|
|
|
|
# BEGIN IWORX errordocs
|
|
# END IWORX errordocs
|
|
|
|
# BEGIN IWORX mimetypes
|
|
# END IWORX mimetypes
|
|
|
|
# BEGIN IWORX handlers
|
|
# END IWORX handlers
|
|
|
|
# BEGIN IWORX charset
|
|
# END IWORX charset
|
|
|
|
# BEGIN IWORX redirects
|
|
# END IWORX redirects
|
|
|
|
# BEGIN IWORX phpvars
|
|
# END IWORX phpvars
|
|
|
|
# BEGIN IWORX dirindex
|
|
# END IWORX dirindex
|
|
|
|
# BEGIN IWORX hotlink
|
|
# END IWORX hotlink
|
|
|
|
# BEGIN IWORX passwordprotection
|
|
# END IWORX passwordprotection
|
|
|