Status
Not open for further replies.

siddi

Customer
Hi,

i change today from vbseo to dbseo with import but i get a error with too mandy redirects in every posting or thread.

i change my .htaccess from

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\.simsforum\.de
RewriteRule (.*) http://www.simsforum.de/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|mantis|phpMyAdmin|admincp)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|mantis)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
#RewriteCond %{HTTP_HOST} !^www.simsforum.de$ [NC]
#RewriteRule ^(.*)$ http://www.simsforum.de/$1 [R=301,L]


to this

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\.simsforum\.de
RewriteRule (.*) http://www.simsforum.de/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|dbseo_sitemap|mantis|phpMyAdmin|admincp)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|mantis)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
#RewriteCond %{HTTP_HOST} !^www.simsforum.de$ [NC]
#RewriteRule ^(.*)$ http://www.simsforum.de/$1 [R=301,L]

I did change it back again to vbseo but i hope you can help me.
Is it possible too that we can set "Relevancy Replacement"?

thanks for your help
best wishes
Sid
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,172
Customer rating
5.00 star(s) 1 ratings
Back
Top