Page 24 of 24 FirstFirst ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Results 346 to 356 of 356
Like Tree8Likes

vBSEO 3.5 Release Candidate 1 is here!

This is a discussion on vBSEO 3.5 Release Candidate 1 is here! within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; It may have caused an issue. Try it again now that it has been corrected....

  1. #346
    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
    It may have caused an issue. Try it again now that it has been corrected.

  2. #347
    Member
    Real Name
    Alessandro
    Join Date
    Dec 2007
    Location
    Italy
    Posts
    92
    Liked
    5 times
    I tried but still does not work.
    I enclose the pictures step by step:

    Step 1

    I copied forum/index.php file in the root

    My index.php in root:

    Code:
    define('VB_RELATIVE_PATH', 'forum');
    
    // Do not edit.
    if (defined('VB_RELATIVE_PATH'))
    {
        chdir('./' . VB_RELATIVE_PATH);
    }
    require('content.php');
    Step 2a

    ok done

    Step 3

    In vBoptions => forumhome Page options set the first entry to : index




    And in vboptions -> CMS options the 'site tab URL' script is :



    And in the vboptions -> CMS options panel should be left BLANK!.



    Step 4

    In vbseocp
    URL Reweite Settings -> CMS => Advanced Settings tab set CMS Home

    Step 5

    In vbseocp, Seo Functions -> Homepage settings:

    Step 6

    This is the htaccess file in root:

    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 ^forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^forum/((archive/)?(.*\.php(/.*)?))$ forum/vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ forum/vbseo.php [L,QSA]



    Done, but when I insert the link in your browser Hardwaregame.it - Giochi, Articoli, Recensioni, Video,Trucchi, Soluzioni, Download per PC, Playstation 3, Wii, XBOX 360, DS gives me this picture:


  3. #348
    Member
    Real Name
    Alessandro
    Join Date
    Dec 2007
    Location
    Italy
    Posts
    92
    Liked
    5 times
    Any idea to understand where mistake?

  4. #349
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    May be there is a conflict with other url formats. Can you please open a ticket with ftp/vbseocp access to check this?

  5. #350
    Member
    Real Name
    Alessandro
    Join Date
    Dec 2007
    Location
    Italy
    Posts
    92
    Liked
    5 times
    Ok thanks , i open a ticket

  6. #351
    Member
    Real Name
    Alessandro
    Join Date
    Dec 2007
    Location
    Italy
    Posts
    92
    Liked
    5 times
    Great job as always. Excellent support.
    Maybe it was a cookie problem, maybe I was not wrong

  7. #352
    Member
    Real Name
    Webbstre
    Join Date
    Dec 2009
    Posts
    35
    Liked
    2 times
    After a good dozen tries, I've managed to make this work on my test domain, with one small problem:

    If someone goes to mydomain.com/content they are now redirected automatically to mydomain.com/
    If someone goes to mydomain.com/content/ (with the trailing slash) it gives an error message that an invalid forum was specified.

    The big problem here is that because I never managed to make this work, I have many links out there that have the trailing slash. I'd like it to redirect, but I can't seem to figure out how to do it without cutting the /content/ out of every single link (breaking all the links to my cms posts).

    Any ideas?

  8. #353
    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
    Try making a custom redirect:
    Code:
    '^content/$' => '/'

  9. #354
    Member
    Real Name
    Webbstre
    Join Date
    Dec 2009
    Posts
    35
    Liked
    2 times
    Oooh that works! Thank you!

  10. #355
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    An update , we added basic rules for Nginx to Brian's post that will allow you to move CMS to domain.com while keeping forums on domain.com/forum
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  11. #356
    Junior Member
    Real Name
    Vetty
    Join Date
    Feb 2012
    Posts
    3
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    Root vb4 install
    Excellent. Thank you very much.
    I have been searching for this for a very long and finally got an idea to search in vbseo.
    Very detailed steps. You solved my issue

Page 24 of 24 FirstFirst ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24

Similar Threads

  1. vBSEO 3.2.0 Release Candidate 7
    By Juan Muriente in forum vBSEO Announcements
    Replies: 54
    Last Post: 06-15-2008, 06:11 PM
  2. vBSEO 3.2.0 Release Candidate 4
    By Juan Muriente in forum vBSEO Announcements
    Replies: 49
    Last Post: 05-05-2008, 09:11 AM
  3. vBSEO 3.0 Release Candidate 8 Now Available!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 96
    Last Post: 04-13-2007, 06:13 AM
  4. vBSEO 3.0 Release Candidate 5 Available
    By Juan Muriente in forum vBSEO Announcements
    Replies: 30
    Last Post: 10-18-2006, 02:12 AM
  5. vBSEO v3.0.0 Release Candidate 2 is now available!
    By Keith Cohen in forum vBSEO Announcements
    Replies: 45
    Last Post: 07-05-2006, 11:55 AM

Tags for this Thread

Posting Permissions

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