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
Files
