Skip to content
Snippets Groups Projects
Verified Commit 56ea146e authored by David Beniamine's avatar David Beniamine
Browse files

Fix login issue

parent e9c27548
Branches
No related tags found
No related merge requests found
......@@ -35,9 +35,9 @@
Substitute "s|/wws/|/|"
</Location>
# Hide direct access to /wws
# Hide direct access to /wws with 307 to preserve data and method
RewriteCond %{REQUEST_URI} ^/wws.*
RewriteRule /wws(.*) $1 [L,QSA,R=301]
RewriteRule /wws(.*) $1 [L,QSA,R=307]
# For debug purposes, uncomment this line
# LogLevel alert rewrite:trace6 substitute:trace6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment