mance2012/2015-devops/master/.htaccess - Htaccess File

mance2012/2015-devops/master/.htaccess

<IfModule mod_rewrite.c>
    Options -MultiViews

    RewriteEngine On

    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

    RewriteRule ^$ web/ [L]
    RewriteRule (.*) web/$1 [L]
</IfModule>

SetEnv CFP_ENV production

On Github License

Files

Download PDF of Htaccess file

Comments

Apache