JKord/test-IntegrationRedmine/master/.htaccess - Htaccess File

JKord/test-IntegrationRedmine/master/.htaccess

AddDefaultCharset UTF-8

<IfModule  mod_rewrite.c>
    RewriteEngine On
    RewriteBase /    
    RewriteCond %{REQUEST_URI} !^.*update.php*
    RewriteRule ^(.*)$ web//$1 [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ web//$1 [L]

    SetEnv TZ Europe/Berlin
</IfModule>

 #SetEnv APPLICATION_ENV production

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME, REQUEST_URI, TZ

Comments

Apache