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>
Files

<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>