Results 1 to 2 of 2

Options in Beta Stage?

This is a discussion on Options in Beta Stage? within the General Discussion forums, part of the vBSEO SEO Plugin category; Just curious what the following options do: PHP Code:      // ****** OPTIONS IN BETA STAGE ******     // The following options are in beta stage.      define ( 'VBSEO_CHECK_WWWDOMAIN' ,      0 );      ...

  1. #1
    Senior Member
    Real Name
    Brent Hegnauer
    Join Date
    Oct 2005
    Location
    Phoenix, AZ
    Posts
    264
    Liked
    0 times

    Options in Beta Stage?

    Just curious what the following options do:

    PHP Code:
        // ****** OPTIONS IN BETA STAGE ******
        // The following options are in beta stage.
        
    define('VBSEO_CHECK_WWWDOMAIN',     0);
        
    define('VBSEO_CUSTOM_DOCROOT',     '');
        
    define('VBSEO_NOVER_INFO',          0);
        
    define('VBSEO_ENABLE_GARS',          0); 

  2. #2
    Member iain meddicks's Avatar
    Real Name
    Iain Meddicks
    Join Date
    Sep 2005
    Location
    Glasgow, Scotland
    Posts
    78
    Liked
    0 times
    Code:
    define('VBSEO_CHECK_WWWDOMAIN',     0);
    checks if the visitor has entered www.yourdomain.com or just yourdomain.com, if they has used yourdomain.com they will be redirected (not sure if thats the correct word) to www.yourdomain.com

    Code:
    define('VBSEO_NOVER_INFO',          0);
    allows you to not display the version number in the footer,

    i'm not sure what the other settings do,


    Iain

Similar Threads

  1. Width of vBulletin Options setup
    By T2DMan in forum Sitemap Features Archive
    Replies: 0
    Last Post: 12-18-2005, 10:45 PM
  2. Cant see options in AdminCP?
    By TeamBHP in forum Troubleshooting
    Replies: 2
    Last Post: 12-07-2005, 10:31 AM
  3. 2.3.0 - vbseocp.php - vB's Archive Options
    By Keith Cohen in forum Bug Reporting
    Replies: 1
    Last Post: 11-30-2005, 11:22 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
  •