404 Not Found

D0n0tr0t0d

New Member
okay so I installed vBSEO and now when anyone clicks on any of the category links it goes to this: The requested URL /forums/announcements/ was not found on this server.
 

owner

New Member
[Sat Apr 18 14:18:40 2009] [alert] [client xxxxxx] /home/xxx/public_html/forums/.htaccess: RewriteRule: bad argument line '^((urllist|sitemap_).*\\.(xml|txt)(\\.gz)?)$', referer: http://www.xxx.com/Latest-DotA-Map.html

Anyone ? ... me also have .htaccess runnn on my man page of joomla ...

Help ?
 

DD4Ever

New Member
I have that error still cuz of .htaccess ... when I remove it i dont get error 404 .. but when I got it I get error 404 ... any ideas how 2 fix that plz?
 

DD4Ever

New Member
well the problem is in .htaccess ... if someone can tell me wat exact I should do in that file .. that would be great
 

bluescorpion

New Member
Looks like it has an extra set of slashes (double instead of single) should be:

Code:
^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$

This is from the vbseo default...
 
Top