Results 1 to 5 of 5

HTTP 404 or HTTP 400 !

This is a discussion on HTTP 404 or HTTP 400 ! within the Troubleshooting forums, part of the vBSEO SEO Plugin category; when enter here http://www.mjnonat.com/vb////////// they give me 404 not found but i put him in the vbseo cp "File Not ...

  1. #1
    Member
    Real Name
    fhad
    Join Date
    Dec 2008
    Posts
    51
    Liked
    0 times

    Exclamation HTTP 404 or HTTP 400 !

    when enter here

    http://www.mjnonat.com/vb//////////

    they give me 404 not found

    but i put him in the vbseo cp

    "File Not Found" requests handling?
    Select how 'File Not found' requests will be handled:
    - Redirect to homepage


    but not work !

    =============

    and this
    http://www.mjnonat.com/////////vb/

    http 400 !!!


    how to fix this problem ?

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    hrm...

    my site when i enter that it redirects to site.com/vb/ as it should.

    whats your htaccess file look like? anything custom in it?

  3. #3
    Member
    Real Name
    fhad
    Join Date
    Dec 2008
    Posts
    51
    Liked
    0 times
    hi briansol

    this is my htacess

    # 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 /
    RewriteCond %{HTTP_HOST} !^www\.mjnonat\.com
    RewriteRule (.*) منتديات مجنونات [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]

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    try changing this:

    RewriteCond %{HTTP_HOST} !^www\.mjnonat\.com
    RewriteRule (.*) منتديات مجنونات [L,R=301]

    to

    Code:
    RewriteCond %{HTTP_HOST} !^www\.mjnonat\.com
    RewriteRule (.*) http://www.mjnonat.com/vb/ [L,R=301]

  5. #5
    Member
    Real Name
    fhad
    Join Date
    Dec 2008
    Posts
    51
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    try changing this:

    RewriteCond %{HTTP_HOST} !^www\.mjnonat\.com
    RewriteRule (.*) منتديات مجنونات [L,R=301]

    to

    Code:
    RewriteCond %{HTTP_HOST} !^www\.mjnonat\.com
    RewriteRule (.*) http://www.mjnonat.com/vb/ [L,R=301]

    it seam brian

    thanks for your help

    any idea

Similar Threads

  1. Replies: 8
    Last Post: 12-13-2008, 07:05 AM
  2. lighttpd rewrite http:// -> http://www
    By JonnyF in forum URL Rewrite Settings
    Replies: 2
    Last Post: 04-12-2008, 10:27 AM
  3. http://www.vbseo.com/redirect-to/?redirect=http
    By gooster in forum General Discussion
    Replies: 3
    Last Post: 04-10-2008, 12:30 PM
  4. redirecting http://example.com to http://www.example.com
    By dutchbb in forum General Discussion
    Replies: 11
    Last Post: 03-30-2008, 06:22 PM
  5. Replies: 1
    Last Post: 11-30-2007, 03:28 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
  •