stigmatore/vonica/master/app/.htaccess - Htaccess File

stigmatore/vonica/master/app/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^api /index.php [QSA,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(?!app)(.*)$ /app/public/$1 [QSA,L]

DirectoryIndex index.html

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache