Commit 4cf88b25c08f8db16f69c264be8867c3b2462f03

Authored by Renato De Donato
2 parents 21c4567b d4b45cc5

Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS

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"
... ...