Feliot/Angular_PHP_ABM_Persona-ngrepeat/master/Datos/.htaccess - Htaccess File

Feliot/Angular_PHP_ABM_Persona-ngrepeat/master/Datos/.htaccess

Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"
Header add Access-Control-Request-Methods "PUT, GET, POST, DELETE, OPTIONS"
 RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT, REQUEST_FILENAME

Comments

Apache