I’m using EE 1.6.8, MSM turned off. I’m using mysite.com when referring to my domain since this is a private intranet.
My logout link uses the basic path=logout. I’ve checked the path it generates and it’s mysite.com/index.php?ACT=10, which from my forum reads, should be correct. All other paths within the site are working correctly.
The problem occurs when a logged in user clicks on logout. Instead of taking the user back to mysite.com/index.php, it adds /site/ to the url, so I get mysite.com/site/index.php. This results in a page not found error.
I’ve checked my field groups, weblog groups and site settings and I don’t see where /site/ is defined anywhere. I’ve also cleared my caches and browser. Finally, I’ve checked all my templates and I haven’t hard-coded /site/ into any paths.
Any ideas on why /site/ is being added to the logout redirection?
*Update* It appears the same issue occurs when a user logs in. I’ve made the site members-only. When a user logs in, they’re taken to mysite.com/site/index.php instead of mysite/index.php, which again throws the page not found error.
Any advice is very much appreciated!