Quote:
Originally Posted by DragonByte Tech
You will need to disable vBulletin's Friendly URL library in order for DBSEO to work as intended.
|
how to do that?
these are my settings:
vBulletin Settings -> Friendly Urls -> URL Type -> Standard URLs
vBulletin Settings -> Friendly Urls -> Enforce Canonical URL -> OFF
vBulletin Settings -> Friendly Urls -> Enforce Canonical URL for Registered Users -> YES
vBulletin Settings -> Friendly Urls -> Friendly URL Unicode -> Ignore
vBulletin Settings -> Friendly Urls -> NCR Encode UTF-8 URLs for IE -> No
vBulletin Settings -> Friendly Urls -> Standard URL Routing Variable -> r
The Problem is the "="-Character in the end of the links, when i remove this "=" the link will work:
With "="
http://www.sps-forum.de/showthread.p...mit-VB-Script=
Without "="
http://www.sps-forum.de/showthread.p...-mit-VB-Script
But the rewrited link is:
http://www.sps-forum.de/faq/15348-pr...vb-script.html
EDIT:
I found also links like this:
http://www.sps-forum.de/showthread.p...-Integer/page5
Code:
Warnung (PHP Warning): file_exists(): open_basedir restriction in effect. File(....//showthread.php/17309-Char-umwandeln-in-Integer) is not within the allowed path(s): (/www/htdocs/w00665de/:/tmp:/usr/bin:/www/htdocs/w00665de:/bin:/usr/local/bin:/usr/share/php:/dev/urandom) in ..../dbtech/dbseo/hooks/init_startup.php (Zeile 82)
Warnung (PHP Warning): Cannot modify header information - headers already sent by (output started at ..../includes/class_core.php:5801) in ..../includes/functions.php (Zeile 4381)
This is very bad ...
This is the rewrited link I found with the forum search:
http://www.sps-forum.de/simatic/1730...n-integer.html
This is my .htacess file:
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.
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 vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.sps-forum\.de
#RewriteRule (.*) http://www.sps-forum.de/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ dbseo_sitemap/dbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ dbseo_sitemap/dbseo_getsitemap.php?sitemap=$1 [L]
I have installed the version DB SEO
v2.0.19
should I update it to v2.0.31 ?
What's new?
after updating the version in my testforum-> same problem.