Commit d4b45cc532a037a6940ebafea62f5cf3dd5dfb37

Authored by root
1 parent a7d52488

COMPONENTS .htaccess

Showing 1 changed file with 4 additions and 0 deletions
.htaccess 0 → 100755
  1 +RewriteEngine On
  2 +RewriteCond %{REQUEST_FILENAME} !-f
  3 +RewriteRule ^ index.php [QSA,L]
  4 +Header add Access-Control-Expose-Headers "Location"
... ...