Results 1 to 8 of 8

Installing vBseo in a subfolder doesn't work

This is a discussion on Installing vBseo in a subfolder doesn't work within the General Discussion forums, part of the vBulletin SEO Discussion category; I've just bought the vBseo license, and i've followed all the steps told in the readme, but when I enable ...

  1. #1
    Junior Member
    Real Name
    kud0gfx
    Join Date
    Jul 2008
    Posts
    7
    Liked
    0 times

    Installing vBseo in a subfolder doesn't work

    I've just bought the vBseo license, and i've followed all the steps told in the readme, but when I enable the plugin this doesn't work, it makes rewrite, so, the rewrite rules are working, but when you go to a subforum or a thread, it shows a "Page Not Found" text...

    i've the forums installed at http://pordescargadirecta.com/foro/

    but in the vBseo options the Root directory is http://pordescargadirecta.com/foro without the last slash, could it be the problem?

    if that's the problem, where can I change the forum root?

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

    did you upload vBSEO's .htaccess file into forums folder?

  3. #3
    Junior Member
    Real Name
    kud0gfx
    Join Date
    Jul 2008
    Posts
    7
    Liked
    0 times
    i've uploaded it to /foro/

    that's my htacces

    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 /foro/
    
    RewriteCond %{HTTP_HOST} !^www\.pordescargadirecta\.com
    RewriteRule (.*) http://www.pordescargadirecta.com/foro/$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]
    should I upload it to root folder of my forum? "/" or should I edit this?

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    that should be in your forum directory

  5. #5
    Junior Member
    Real Name
    kud0gfx
    Join Date
    Jul 2008
    Posts
    7
    Liked
    0 times
    yes, it is where it is

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    are you sure your server allows mod_rewrite?

  7. #7
    Junior Member
    Real Name
    kud0gfx
    Join Date
    Jul 2008
    Posts
    7
    Liked
    0 times
    i've tested with testpage google redirect, and ive wordpress installed with mod_rewrite

  8. #8
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    This issue is fixed. I defined a custom doc root and all is working well now.
    The Forum Hosting - Forum Hosting from the Forum Experts

Similar Threads

  1. Replies: 2
    Last Post: 01-19-2008, 11:52 PM
  2. vbseo messing with a blog in a subfolder
    By Sushubh in forum Troubleshooting
    Replies: 7
    Last Post: 05-27-2007, 04:03 PM
  3. weiterleitung subfolder?
    By Jens in forum Deutsch
    Replies: 2
    Last Post: 04-04-2007, 07:00 AM
  4. Redirecting vbseo from root to subfolder?
    By I, Brian in forum General Discussion
    Replies: 3
    Last Post: 03-15-2007, 02:33 PM
  5. Replies: 2
    Last Post: 01-29-2007, 06:33 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
  •