Reload Loop on 2nd domain name after added Allow-Origin
-
After adding Access Orgin in htcaccess for 2nd domain this starts a redirect loop on that domain. I’m trying to figure out how to fix this. The original URL works and the new domain looks like working but it reloads infinity every second. The 2nd URL works normally when the LS plugin is Off/Complete Debugmode.
# START ALLOW OTHER ORGINS
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin https://MYURL.MYURL.se
Header set Access-Control-Allow-Credentials true
</IfModule>
# END ALLOW OTHER ORGINSAny ideas?
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Reload Loop on 2nd domain name after added Allow-Origin’ is closed to new replies.