szopenkrk/mgr/master/public_html/.htaccess - Htaccess File

szopenkrk/mgr/master/public_html/.htaccess

php_flag eaccelerator.enable 0

#<IfModule mod_rewrite.c>
    RewriteEngine On

    #<IfModule mod_vhost_alias.c>
        RewriteBase /mgr/public_html/
    #</IfModule>

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ app_dev.php [QSA,L]
#</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache