Results 1 to 2 of 2

problem with htaccess files

This is a discussion on problem with htaccess files within the Troubleshooting forums, part of the vBSEO SEO Plugin category; 1- im about to install Vbseo on my site .. My forum is in a folder . In the public_html ...

  1. #1
    Member
    Real Name
    spipo
    Join Date
    Mar 2007
    Posts
    64
    Liked
    0 times

    problem with htaccess files

    1-
    im about to install Vbseo on my site ..
    My forum is in a folder .
    In the public_html exist a htaccess for a script which i use it in the index of my site .
    here is it code

    HTML Code:
    Options All -Indexes
    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*) index.php
    will this htaccess file conflict with your vbseo htaccess (hosted in the forum folder) ?
    or this will be fine .

    2nd .
    in Vbseo htacess i find :

    HTML 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 vBulletin folder (i.e. RewriteBase /forums)
    #RewriteBase /
    #RewriteCond %{HTTP_HOST} !^www.yourdomain.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    should i replace the domain.com by my domain name ? and Forums by the name of my forum Folder ?

    thanks fo your support

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

    will this htaccess file conflict with your vbseo htaccess (hosted in the forum folder) ?
    There should be no conflicts with your root .htaccess.

    should i replace the domain.com by my domain name ? and Forums by the name of my forum Folder ?
    Yes, domain name and folder name should be modified accordingly (and those two lines should be uncommented by removing a leading "#" character),

Similar Threads

  1. htaccess problem
    By hornstar6969 in forum General Discussion
    Replies: 11
    Last Post: 12-22-2008, 06:19 PM
  2. Problem mit htaccess
    By fade in forum Deutsch
    Replies: 4
    Last Post: 10-30-2006, 05:37 PM
  3. htaccess problem with vBSEO install
    By Sonnie in forum Troubleshooting
    Replies: 15
    Last Post: 09-05-2006, 01:07 AM
  4. htaccess file problem / vbseo problem
    By Bestgfe in forum Troubleshooting
    Replies: 6
    Last Post: 04-05-2006, 09:21 AM
  5. Replies: 1
    Last Post: 11-25-2005, 05:26 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
  •