Results 1 to 7 of 7

need your help plz

This is a discussion on need your help plz within the Troubleshooting forums, part of the vBSEO SEO Plugin category; hello i baught VBSEO copy, it's working good,but today i noticed that http url is not working example: http://mysite.com/vb is ...

  1. #1
    Senior Member
    Real Name
    Seleno
    Join Date
    Mar 2007
    Posts
    255
    Liked
    0 times
    Blog Entries
    1

    Exclamation need your help plz

    hello
    i baught VBSEO copy, it's working good,but today i noticed that http url is not working
    example: http://mysite.com/vb is not working
    but if it's http://mysite.com/vb/ it will work
    and if www.mysite.com/vb will work
    so how can i fix it to make http://mysite.com/vb working?
    waiting your help

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times

  3. #3
    Senior Member
    Real Name
    Seleno
    Join Date
    Mar 2007
    Posts
    255
    Liked
    0 times
    Blog Entries
    1
    should i remove slash then?
    it appear as this::
    HTML Code:
    RewriteCond %{HTTP_HOST} !^www.mysite.net
    RewriteRule (.*) http://www.mysite.net/vb/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    should i try this::?
    HTML Code:
    RewriteCond %{HTTP_HOST} !^www.mysite.net
    RewriteRule (.*) http://www.mysite.net/vb$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

  4. #4
    Senior Member
    Real Name
    Michael
    Join Date
    Oct 2005
    Posts
    1,759
    Liked
    1 times
    Blog Entries
    1
    No, you need to add this
    Code:
    RewriteCond %{REQUEST_URI} forum/
    (with your "forum" being whatever you have named your forum directory)

  5. #5
    Senior Member
    Real Name
    Seleno
    Join Date
    Mar 2007
    Posts
    255
    Liked
    0 times
    Blog Entries
    1
    i added RewriteCond %{REQUEST_URL} vb/
    but didn't work

  6. #6
    Senior Member
    Real Name
    Seleno
    Join Date
    Mar 2007
    Posts
    255
    Liked
    0 times
    Blog Entries
    1

    Exclamation

    its now like this::

    HTML Code:
    RewriteCond %{HTTP_HOST} !^www\.mysite\.net
    RewriteCond %{REQUEST_URI} vb/
    RewriteRule (.*) http://www.mysite.net/vb/$1 [L,R=301]
    but this url: emailMyName- Low-cost email address - 1GB email storage - Block spam - Web & POP3 email access - Get your name as your email address
    still not working

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

    seems like it works correctly on your domain now, did you get it working?

Similar Threads

  1. Reviewpost/Photopost plz
    By Crow in forum Custom Rewrite Rules
    Replies: 14
    Last Post: 04-24-2009, 04:45 AM

Posting Permissions

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