MAGCruise/MAGCruiseWebUI/develop/.htaccess - Htaccess File

MAGCruise/MAGCruiseWebUI/develop/.htaccess

<IfModule mod_php5.c>
    php_value mbstring.language "Japanese"
    php_value mbstring.internal_encoding "UTF-8"
    php_flag mbstring.encoding_translation Off
    php_value short_open_tag 0
</IfModule>
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule    check_magc_redirect    check_magc.html      [QSA,L]
    RewriteRule    check_magc.html    check_magc.html      [QSA,L]
    RewriteRule    check_json.html    check_json.html      [QSA,L]
    RewriteRule    ^$    app/webroot/      [QSA,L]
    RewriteRule    (.*)  app/webroot/$1    [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache