fruth/gemStore/master/api/.htaccess - Htaccess File

fruth/gemStore/master/api/.htaccess

# Turn on the rewrite engine

Header set Access-Control-Allow-Credentials true
Header set Access-Control-Allow-Origin "http://localhost:4200"

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.+) index.php/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache