All pages directing to "Home" page

thedust2020 / 2010-03-20 03:48:53   

Somehow all URLs outside of the admin panel are directing to my "home" or "default" page. Examples:

http://mysite.com/beta => Home (as expected)
http://mysite.com/beta/cms => CMS Admin Panel (as expected)
http://mysite.com/beta/press => Home
http://mysite.com/beta/press/press => Home
http://mysite.com/beta/dkfsddiee
http://mysitecom/beta/a/b/c/d/e => Home

How do I resolve this? I am using .htaccess and defaults.php is set to have 'MODREWRITE' set to "true". I've deleted any other .htaccess files on the server. Has anyone else experienced this?

thedust2020 / 2010-03-20 04:15:45   

I've narrowed it down a bit. The regular URLs work fine but when I have .htaccess in place and set MODREWRITE to true, the clean URLs do not work. Everything just redirects to the main page.

cmorrise / 2011-07-09 00:01:54   

I've been having the exact same problem for the last 5 hours. I've tried many different suggestions from the forum, but nothing's working. Did you end up figuring it out?

This thread has been closed, thank you.