# TO-BE-TESTED # RewriteEngine On # RewriteCond %{HTTPS} !=on # RewriteRule ^/mantis(.*) https://%{SERVER_NAME}/mantis$1 [R,L] Alias /mantis /usr/share/mantis # As passwords will be sent over the line do not allow plaintext # communication SSLRequireSSL Options None # Apache 2.4 Require local # Use the following to let any client use mantis #Require all granted # Apache 2.2 # Do not change this unless the default administrator # login was removed; see documentation for details Order Deny,Allow Deny from All Allow from 127.0.0.1 # localhost Allow from ::1 # IPv6 variant of localhost # Use the following to let any client use mantis # Allow from All php_flag "register_globals" "off" SetEnv MANTIS_CONFIG /etc/mantis/config_inc.php # Admin directory access is disabled by default; do not change this unless # you are performing the first installation or a database schema update. # See README.Fedora for more details Order Deny,Allow Deny from All Allow from None # This directory does not require access over HTTP Order Deny,Allow Deny from All Allow from None