vBSEO v3.3.0 PR1 for vBulletin 3.x NULLIFIED by vB Lider

Would you like to have vB Seo Custom?

  • Yes

    Votes: 0 0.0%
  • No

    Votes: 0 0.0%

  • Total voters
    0

The3rdNipple

New Member
Heres my .htaccess, if I delete it, it works prfectly. Everything here is the same (just cencored up my domain)

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.
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 /forums/

RewriteCond %{HTTP_HOST} !^www\.mydomain\.net
RewriteRule (.*) http://www.mydomain.net/forums/$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)
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]
 

etrader

New Member
It works well
thank you

I have a general question, how it is possible to rewrite the action urls (like Reply, Post, etc), and probably by custom rewrite
 

The3rdNipple

New Member
Yo vB Lider, I tried your code home/user/public_html/forums

and it still doesn't work. I can't even get into the vbseo control panel..

would you like to have acess to my cPanel and see whats wrong?
 

RyukZilla

New Member
does anyone knows how to make the "Cyb - Advanced Forum Statistics 6.4" and "Inferno vBShout Pro" work with vBSEO?
 

virus

New Member
RyukZilla said:
The Shoutbox keeps showing the "Loading..." message forever and the Cyb - Advanced... wont even load..

some day i get i same problem and this little action from inferno to competible with vbseo..

go to inferno option in vb option see option
Shoutbox Alternate Archive Link <<< set to no

and set your htaccess like this
RewriteEngine On

RewriteBase /

#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 %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
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]

RewriteBase / = if your forum file in public_html
RewriteBase /forum/ = if your forum at the forum folder

i think vbseo custom give the setting of vbseo 3.3.0 is good i rekomended don't change it

if you get some trouble you can disable in htascess change this
# RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
 

RyukZilla

New Member
Works like a charm, thanks virus!!!
Do you happen to know how to integrate vBGallery 2.4.3 and DownloadsII with vBSEO?
 

Burns45

New Member
I believe I had this installed before but it interfered with my forums .png format buttons, does that make any sense to anyone??
 
Top