ComixZap/comixzap-api-php/master/public/.htaccess - Htaccess File

ComixZap/comixzap-api-php/master/public/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteRule ^$ index.html [QSA,L]

    #RewriteBase /path/to/app
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache