Page 1 of 2 1 2 LastLast
Results 1 to 15 of 18

vbadvanced Not Showing Up On Index

This is a discussion on vbadvanced Not Showing Up On Index within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi And i have just installed vbseo Everything has gone perfectly except i had a side panel that i created ...

  1. #1
    Junior Member Array
    Real Name
    Ben Jones
    Join Date
    Apr 2008
    Posts
    10
    Liked
    0 times

    vbadvanced Not Showing Up On Index

    Hi

    And i have just installed vbseo

    Everything has gone perfectly except i had a side panel that i created with vbadvanced on all my forum pages.

    I still have the side panel on every single page except the homepage.

    If i type in cashloopholes.co.uk/index.php it is there

    if i type in cashloopholes.co.uk it isn't

    If i disable vbseo then it shows the side panel and when i re-activate it it dissapears.

    Bit strange how it appears on .co.uk/index.php but not just .co.uk

    Its probably something really silly i am overlooking so if anyone can help it will be very much appreciated as i need the side panel for navigation.

    Ben Jones

  2. #2
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Hello,

    Please try to disable "Force root as homepage" option in vBSEO CP.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member Array
    Real Name
    Ben Jones
    Join Date
    Apr 2008
    Posts
    10
    Liked
    0 times
    No its still not showing up when i just type in cashloopholes.co.uk

    Any other ideas

  4. #4
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Please try to add this in .htaccess file:
    Code:
    DirectoryIndex index.php
    If it still doesn't work, please open a support ticket with vbseocp password for troubleshooting.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Junior Member Array
    Real Name
    Ben Jones
    Join Date
    Apr 2008
    Posts
    10
    Liked
    0 times
    no still didnt work.

    I have made a few posts on other forums so maybe someone else has had this problem and fixed it.

    If i can't figure it out by the end of the day il open a ticket.

    Thank you very much for your help

    If anybody else knows why this could be happening please post below still.

    Cheers
    Ben Jones

  6. #6
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Ok, let us know if you need help.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Junior Member Array
    Real Name
    Ben Jones
    Join Date
    Apr 2008
    Posts
    10
    Liked
    0 times
    Will do, Thank you.

  8. #8
    Member Array
    Real Name
    mparadise
    Join Date
    Nov 2007
    Posts
    82
    Liked
    2 times
    Blog Entries
    1

    Solution

    I'm facing the same problem

    Could someone update this thread with the solution ?

  9. #9
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Hello,

    please try to disable "Force Forum Root as Homepage" option in vBSEO CP.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #10
    Member Array
    Real Name
    mparadise
    Join Date
    Nov 2007
    Posts
    82
    Liked
    2 times
    Blog Entries
    1
    yes, i tried that already @ Oleg Ignatiuk

    Didnt solve the issue

  11. #11
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    What is your .htaccess file contents?
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #12
    Junior Member Array Endurer's Avatar
    Real Name
    Endurer
    Join Date
    May 2007
    Posts
    28
    Liked
    0 times
    I am facing the same issue and I have force root as homepage disabled as well as opened up a support ticket 4 days ago - the issue still remains.

    When I take these rules out of the .htaccess, the vbacmps starts to show up:

    Code:
     
    # 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\.domain\.com
    #RewriteRule (.*) http://www.domain.com/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    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]

  13. #13
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Did you try the suggestion posted above: vbadvanced Not Showing Up On Index ? (replace index.php with your vBa cmps homepage filename)
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #14
    Junior Member Array Endurer's Avatar
    Real Name
    Endurer
    Join Date
    May 2007
    Posts
    28
    Liked
    0 times
    DirectoryIndex has been set ever since I started this website (4 years) - the problem came up when I upgraded to the latest version of vbseo.

  15. #15
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Please open a support ticket with ftp/vbseocp access for troubleshooting.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Page 1 of 2 1 2 LastLast

Similar Threads

  1. vBadvanced - Recent Threads Preview Not Showing
    By Rich in forum Troubleshooting
    Replies: 4
    Last Post: 01-10-2008, 04:39 PM
  2. Does vBseo also work with vBadvanced and vBadvanced links directory?
    By ChrisGuthrie.net in forum General Discussion
    Replies: 30
    Last Post: 05-16-2007, 01:15 AM
  3. vBadvanced index.php rewrite?
    By Phooey in forum Custom Rewrite Rules
    Replies: 2
    Last Post: 03-02-2007, 10:28 AM
  4. Index.php and forum.php [Vbadvanced in same directory]
    By Wildthinks in forum vBSEO Features Archive
    Replies: 9
    Last Post: 10-09-2006, 06:13 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
  •