Princelo/bioerp/master/.htaccess - Htaccess File

Princelo/bioerp/master/.htaccess

<IfModule mod_rewrite.c>
    Options +FollowSymlinks
    RewriteEngine On

    # Explicitly disable rewriting for front controllers
    RewriteRule ^/index.php - [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !^.*.(gif|jpg|jpeg|png|swf|js|html|htm)$
    # Change below before deploying to production
    RewriteRule ^(.*)$ /index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache