ip2008xyz/eagle/master/public/.htaccess - Htaccess File

ip2008xyz/eagle/master/public/.htaccess

AddDefaultCharset UTF-8

SetEnvIf Host ^(.*)eagle.zo APPLICATION_ENV=devel
SetEnvIf Host ^(.*)eagle.oz APPLICATION_ENV=home

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache