Results 1 to 3 of 3

curiose to know?

This is a discussion on curiose to know? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello i just wanna confirm about this .htaccess i added into my gallery folder in the time my forum on ...

  1. #1
    Member
    Real Name
    A Al Nofeai
    Join Date
    Feb 2007
    Posts
    66
    Liked
    0 times

    curiose to know?

    Hello

    i just wanna confirm about this .htaccess i added into my gallery folder
    in the time my forum on the homeroot

    Code:
    RewriteEngine On
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$  /vbseo.php?vbseourl=$1&vbseorelpath=./gallery/&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} !forum/
    RewriteRule ^(.*\.php)$ /vbseo.php?vbseourl=$1&vbseorelpath=./gallery/&%{QUERY_STRING} [L]
    i`m not sure about this
    RewriteCond %{REQUEST_FILENAME} !forum/

    becouse my forum on the homepag

    but its works fine for me & when i remove the forum it doesn`t work

    Thanks

  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,

    your gallery's .htaccess looks good.

  3. #3
    Member
    Real Name
    A Al Nofeai
    Join Date
    Feb 2007
    Posts
    66
    Liked
    0 times
    thanks

Posting Permissions

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