isnoman2000/QueueManager/master/web/.htaccess - Htaccess File

isnoman2000/QueueManager/master/web/.htaccess

SetEnv APPLICATION_ENV dev

<IfModule mod_rewrite.c>

    RewriteEngine On

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

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [QSA,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache