SGH
/
COMPONENTS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d4b45cc532a037a6940ebafea62f5cf3dd5dfb37
Authored by
root
2016-01-29 19:33:28 +0100
1 parent
a7d52488
COMPONENTS .htaccess
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
.htaccess
.htaccess
0 → 100755
View file @
d4b45cc
1
+RewriteEngine On
2
+RewriteCond %{REQUEST_FILENAME} !-f
3
+RewriteRule ^ index.php [QSA,L]
4
+Header add Access-Control-Expose-Headers "Location"
...
...