Status
Not open for further replies.

vbluis

Customer
Hello. I will buy dbSEO but I want to ask (I'm inexperienced)

1 - Until the day is the discount coupon "cyber"?
2 - It is recommended to install a beta (7)?
3 - If I can buy the beta upgrade to the final version not beta?
4 - a lifetime license entitles all updates?
5 - you know when to stop being beta?

thanks
 
1 - Until the day is the discount coupon "cyber"?
Until Monday December 9th, so if you want to take advantage of the coupon you should purchase no later than Sunday.
2 - It is recommended to install a beta (7)?
It has had very few problems.
3 - If I can buy the beta upgrade to the final version not beta?
Yes, Beta licenses become final version licenses when final is released :)
4 - a lifetime license entitles all updates?
Yes :)
5 - you know when to stop being beta?
We don't know when it will stop being beta, but as soon as possible.
 
Hello. I bought dbseo but do not know how to install it because I have vBSEO and I want to export vBSEO settings.

thanks
 
Step 1: Open your .htaccess file and remove the following line:
Code:
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
and then replace the following code:
Code:
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|mobiquo|forumrunner|api\.php)
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]
with the following code:
Code:
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

Step 2: Install the DBSEO product in your AdminCP

Step 3: Click the newly added Control Panel link under the newly added DragonByte Tech: SEO menu group

Step 4: Click vBSEO Import and let the importer complete

Step 5: Go back to your AdminCP and disable the vBSEO and vBSEO Sitemap Generator plugins

Optional Step 6: Go back to the DBSEO Control Panel and Click General Settings under Sitemap Settings, then enable automatic sitemap generation after you've made the ./store_sitemap folder writeable.
 
Status
Not open for further replies.
Back
Top