Graham Anderson wrote:
Fixed it
Line 84 of /components/com_sef/sef.php
changed
to
$base = stripslashes(dirname($index));
and now my site works on the root of the server
the problem turned out that it was setting the $base variable to be / instead of the / it actually was
This seems to have fixed it for me and hopefully will be useful to other people with 404 errors
Thanks for finding it out!
It solved my 404 Not Found problem too. All pages except for frontpage gave that error. Everything (.htaccess and others) was configured correctly.
I use PHP 5.2.2, Apache 2.2.4, MySQL 5.0.41.
By the way, when I could not find what what was wrong, I had to move back to JoomSEF 1.4.0, because it didn't have this problem.<br><br>Post edited by: l2g3, at: 2007/06/11 13:27