Text automatically translated from: Portuguese to: English
Translated text
Hello, I know you say to add the rules before the rules htacces vbseo.php, but for many people it can be confusing, since there are two lines with "vbseo.php."

Here is the. Htaccess vBSEO original, you can specify the exact line that we must add the htaccess rules vBET?

Code:
1 RewriteEngine On
2 RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
3 RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
4 RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
5 RewriteCond %{REQUEST_FILENAME} !-f
6 RewriteCond %{REQUEST_FILENAME} !-d
7 RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
8 RewriteRule ^(.+)$ vbseo.php [L,QSA]
Original text