[Plugin: Redirection] Error 310 – too many redirects
-
i want to redirect all urls to a hashbanged/shebanged urls like so:
https://domain.org/foo/bar -> https://domain.org/#!/foo/bar
for that i’ve added a redirection rule:
/((?!wp-login|#!\/|wp-admin|\?json|wp-content).*)/(.*)
which should redirect every sub paths except those which are needed to login (or already hashed ones). That works fine until your cookie expires. That leads into the above mentioned 310 – too many redirects.
I’ve banged my head against some walls now, but am stuck with the way the login page redirects … any advice / help appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Redirection] Error 310 – too many redirects’ is closed to new replies.