404 errors?
-
Ok, I’ve searched the forums, I’ve read everyone else’s fixes ant tried them all… I can’t fix this problem.
All of the buttons along the top right of the default theme (Activity,members,groups forums etc) all result in 404 errors.
I’m using an Ubuntu 10.10 linux server with apache.
`phpinfo` says the mod_rewrite is loaded and working.Here is my .htaccess file:
`# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
`
What am I missing? I’ve loaded the BP plugin manually and automatically with the same result, I’ve dumped my databas and reloaded everything from scratch… no luck?If you need more info please ask, I’m not a linux newb so I know my way around
Please any one help!
- The topic ‘404 errors?’ is closed to new replies.