M-O-S-E-S/mgm-defunct/master/server/.htaccess - Htaccess File

M-O-S-E-S/mgm-defunct/master/server/.htaccess

RewriteEngine On
RewriteBase /server/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

<Files ~ ".ini$">
    <IfModule mod_authz_core.c>
        Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
        order allow,deny
        deny from all
  </IfModule>
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache