vBulletin Search Engine Optimization
This is a discussion on 404 Error - Page not found when clicked on Forum and Posts within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I have a bit of a problem getting the VBSEO working. I have my Forum Working and when i ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 404 Error - Page not found when clicked on Forum and Posts
Hi, I have a bit of a problem getting the VBSEO working. I have my Forum Working and when i click on the main forum categories it displays the pages correct in rewritten urls. But whenever i click on a single post inside any of the forum categories the 404 error appears (grrr...) I have the .htacces installed in my forum root map Code: Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.verkoopsite\.com
RewriteRule (.*) http://www.verkoopsite.com/$1 [L,R=301]
RewriteBase /forum/
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
Thanks Maik Last edited by mischa1; 08-08-2008 at 04:02 AM. |
|
#2
| |||
| |||
|
I solved it already. Sometimes it helps to check your settings [again] in the Vbulletin Admin panel regaring the correct path....... |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "Page Not Found" on Posts with Fresh Install VBulletin and VBSEO - Using ISAPI REWRITE | LTY83 | Troubleshooting | 7 | 01-14-2008 04:09 PM |
| 404 Not Found Error Page Redirection to Forum Home | NeutralizeR | Custom Rewrite Rules | 3 | 07-28-2006 07:00 PM |
| Forums getting 'Page not found' error | HappyDJ | Troubleshooting | 9 | 04-27-2006 03:05 AM |
| 404 Page Cannot Be Found Error | poisemedia | Troubleshooting | 7 | 01-18-2006 12:08 AM |
| I am not being taken to homepage on getting page not found error | Neutral Singh | Troubleshooting | 5 | 12-16-2005 02:17 PM |