SEF issues with Apache 1.3.27 I have MamboV4.5-Stable-1.0.7 with SEF enabled in configuration.php..
$mosConfig_sef = '1';
this is what I have in my .htaccess
RewriteEngine On
RewriteRule ^content(.*) index.php
RewriteRule ^component/(.*) index.php
DirectoryIndex index.php
The main page loads, but if you click pretty much anything on the page it gives you 404 errors.. Not Found
The requested URL /content/view/1/2/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Not Found
The requested URL /content/view/4/2/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Not Found
The requested URL /component/option,com_weblinks/Itemid,4/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Did I miss a step? Thanks |