vBulletin Search Engine Optimization
This is a discussion on Links thread problem within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; When I pass the mouse on the link, the link is correct but when I click above i have this ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
|
When I pass the mouse on the link, the link is correct ![]() but when I click above i have this message : Code: The requested URL /presentez-vous/907-slt-tout-le-monde.html was not found on this server. This is my htaccess : Code: # Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
SetEnv ZEND_OPTIMIZER 1
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vBulletin folder (i.e. RewriteBase /forums)
RewriteBase /v2
#RewriteCond %{HTTP_HOST} !^www.yourdomain.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
Last edited by LtDv4; 06-25-2007 at 02:27 PM. |
|
#2
| ||||
| ||||
|
oupss wrong section, if you can moved to vBSEO SEO Plugin thanks |
|
#3
| ||||
| ||||
|
Hello Olivier , Please download config_vbseo.php to your pc and edit it via a text editor and search for Code: define('VBSEO_CUSTOM_DOCROOT', '');
|
|
#4
| ||||
| ||||
|
yes, i have do it : Code: define('VBSEO_CUSTOM_DOCROOT', '/home.10.11/metaloro/www/v2/');
http://www.xxx.com/forumdisplay.php?f=2 And 404 error direct when i click on a forum in the forumhome : Code: The requested URL /home.10.11/metaloro/www/news/ was not found on this server. |
|
#5
| ||||
| ||||
| Quote:
|
|
#6
| ||||
| ||||
|
Hello, yes, it should be: PHP Code:
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |