Results 1 to 3 of 3

vbseo/vbcms: CRR and htaccess

This is a discussion on vbseo/vbcms: CRR and htaccess within the General Discussion forums, part of the vBSEO SEO Plugin category; hello, I'm using vBCMS and trying config vbseo to work with this script. My vbcms.php [changed to index.php] is in ...

  1. #1
    Senior Member
    Real Name
    joao barroca
    Join Date
    Apr 2006
    Location
    rio de janeiro
    Posts
    124
    Liked
    0 times

    Question vbseo/vbcms: CRR and htaccess

    hello,

    I'm using vBCMS and trying config vbseo to work with this script.

    My vbcms.php [changed to index.php] is in root and vBulletin is in /forums.

    My htaccess in root is empty and my htaccess in /forums/ is
    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\.joaobarroca\.net
    RewriteRule (.*) JoaoBarroca.Net [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]
    I input in CRR [vbseo config] this
    Code:
    '^index.php\?area=vbcmsarea_home$' => 'vbcms/'
    '^index.php\?do=morenews$' => 'vbcms/morenews'
    '^index.php\?area=vbcmsarea_content&name=(.+)&contentid=(\d+)$' => 'content/$1-$2.html'
    '^index.php\?area=vbcmsarea_content&do=searchcontent$' => 'content/search'
    '^index.php\?area=vbcmsarea_links$' => 'links/'
    '^index.php\?area=vbcmsarea_links&do=showcat&catid=(\d+)$' => 'links/category-$1.html'
    '^index.php\?area=vbcmsarea_links&do=showlinkentry&linkid=(\d+)&catid=(\d+)$' => 'links/linkentry-$1-$2.html'
    '^index.php\?area=vbcmsarea_links&do=showlinkentry&linkid=(\d+)&catid=(\d+)&goto=lastcomment$' => 'links/linkentry-$1-$2-lastcomment.html'
    '^index.php\?area=vbcmsarea_links&do=search&show=newlinks$' => 'links/newlinks'
    '^vbcms.php\?area=vbcmsarea_links&do=search$' => 'links/search'
    This is the right way?

    tks a lot

    joao barroca

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    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

  3. #3
    Senior Member
    Real Name
    joao barroca
    Join Date
    Apr 2006
    Location
    rio de janeiro
    Posts
    124
    Liked
    0 times
    OK
    Tks I will see

    But we need make some change in htaccess?

    I have vbcms [index].php in root and vBulletin in /forums/

Similar Threads

  1. Help with vbcms CRR
    By reza1217 in forum Custom Rewrite Rules
    Replies: 14
    Last Post: 12-27-2008, 08:48 AM
  2. VBSEO und VBCMS
    By Tango in forum Deutsch
    Replies: 2
    Last Post: 05-30-2008, 11:31 AM
  3. vbseo und vbcms
    By thompson in forum Deutsch
    Replies: 27
    Last Post: 04-01-2008, 07:39 AM
  4. vbseo/vbcms einstellungen
    By frank77 in forum Deutsch
    Replies: 1
    Last Post: 03-21-2008, 06:06 AM
  5. vbcms <-> vbseo sitemap 2.1
    By Obi-Wan in forum Deutsch
    Replies: 2
    Last Post: 01-29-2008, 03:56 PM

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
  •