Odd redirect happening. . .
Permalink
Greetings all,
This strange problem started yesterday and I have no explanation for it.
Basically, when you go to the website I'm developing—currently in a folder on another site, which I'll later turn into a sub-domain—rather than go to the homepage, it goes to the login pg for some reason. Even odder is the URL doesn't show anything different. If I type in "index.php", it still shows the login pg.
Any ideas on how to fix this?
Thanks in advance!
Abs0lute
This strange problem started yesterday and I have no explanation for it.
Basically, when you go to the website I'm developing—currently in a folder on another site, which I'll later turn into a sub-domain—rather than go to the homepage, it goes to the login pg for some reason. Even odder is the URL doesn't show anything different. If I type in "index.php", it still shows the login pg.
Any ideas on how to fix this?
Thanks in advance!
Abs0lute
Sounds like permissions.
Thanks mkly,
It very well could be. I enabled advanced permissions, and was setting things for editors, then it started doing this.
Any idea what permission I need to change?
It very well could be. I enabled advanced permissions, and was setting things for editors, then it started doing this.
Any idea what permission I need to change?
Doah! I'm an idiot. I didn't have permissions checked that guests were able to read the page. Thanks for the pointer!
Glad you go it sorted. The reason you still see the URL of the page you are trying to go to is because the login page is rendered in the page request not redirected to. If that makes sense.