Page 5 of 5 FirstFirst 1 2 3 4 5
Results 61 to 64 of 64

Advanced 404 Tracking Mod/Add-on

This is a discussion on Advanced 404 Tracking Mod/Add-on within the Off-Topic & Chit Chat forums, part of the Focus on Members category; Here you go Code: # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # ...

  1. #61
    Senior Member kevinl's Avatar
    Real Name
    Kevin
    Join Date
    Sep 2006
    Location
    Boston
    Posts
    226
    Liked
    7 times
    Here you go

    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\.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|redir\.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]
    
    ####Charset
    AddDefaultCharset Off 
    
    ####Gzip
    <IfModule mod_rewrite.c>
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^(.*)(js|css)$ redir.php?file=$1$2&type=$2 [L]
    </IfModule>
    
    ####ETags
    FileETag None
    
    ####Expires
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/gif A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/png A2592000
    ExpiresByType application/x-shockwave-flash A2592000
    ExpiresByType text/css A2592000
    ExpiresByType application/x-javascript A2592000
    </IfModule>
    Thank you for all the help
    HostAtom.net - Forum Hosting at it's best!
    Need a forum design? Design vBulletin

  2. #62
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Old thread... Kevin, did you ever get this working?

  3. #63
    Member
    Real Name
    Galerio
    Join Date
    Jan 2011
    Posts
    47
    Liked
    4 times
    This mod is beautiful! Really thank you.

    Can use "truncate table four0four" direclty in my VB control panel (with the user enabled to do db query)? Is this safe? Can you add this function in your plugin?

    And then, I have a lot of blank referrer with this 404 page: /robots.txt.
    All this traffic comes from BOT. What can I do?

  4. #64
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Yes, you can run that from the vb query window if you have permissions to do so. This entire window is a big risk and i recommend it be disabled for security reasons. But it is up to you.

    This plugin will likely not be updated for any new features nor is there a premium version.

    Do you have a robots.txt page? you should make one.
    Tutorial how to make a good robots.txt file - vBulletin SEO Forums

Page 5 of 5 FirstFirst 1 2 3 4 5

Similar Threads

  1. Advanced 404 Tracking Mod/Add-on
    By briansol in forum Member Articles
    Replies: 0
    Last Post: 07-18-2008, 03:10 AM
  2. SEO and vb advanced CMP
    By msalman in forum General Discussion
    Replies: 0
    Last Post: 08-09-2007, 09:58 AM
  3. Go Advanced Error
    By topshams in forum Troubleshooting
    Replies: 5
    Last Post: 10-05-2006, 09:42 AM
  4. VB Advanced CMS and SEO
    By amnesia623 in forum General Discussion
    Replies: 6
    Last Post: 10-02-2006, 04:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •