Results 1 to 10 of 10

The requested URL cannot be served, zero sized reply returned why ?

This is a discussion on The requested URL cannot be served, zero sized reply returned why ? within the General Discussion forums, part of the vBSEO SEO Plugin category; hello : when i enable the Vbseo ( when i upload the .htaccess file ) my forum stop running and ...

  1. #1
    Junior Member
    Real Name
    mutaz
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times

    The requested URL cannot be served, zero sized reply returned why ?

    hello :

    when i enable the Vbseo ( when i upload the .htaccess file ) my forum stop running

    and this appear :

    The requested URL cannot be served, zero sized reply returned


    can anybody help me .!

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Hello ,

    Make sure your server supports mod_rewrite and you are allowed to use .htaccess on your hosting account. You can check it by [How to] Check if mod_rewrite is working for my site
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Junior Member
    Real Name
    mutaz
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    hello

    my server supports mod_rewrite and i am allowed to use .htaccess on my hosting account



    what i can to do ?

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Can you please manually edit config_vbsep.php file search for the following setting
    PHP Code:
        define('VBSEO_CUSTOM_DOCROOT',         ''); 
    adn add your forum path between two brackets
    example
    PHP Code:
        define('VBSEO_CUSTOM_DOCROOT',         '/var/www/html'); 
    When you are done , please save your config_vbseo.php file , upload it to your server . Open vBSEO Control Panel and save your settings without changing anything.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  5. #5
    Junior Member
    Real Name
    mutaz
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    i did that


    but this now what i get




    500 Server Error

    The following error occurred: [code=SERVER_RESPONSE_CLOSE] The server closed the connection while reading the response. Contact your system administrator.

    Could not open error file

  6. #6
    Junior Member
    Real Name
    mutaz
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    i did that


    but this now what i get




    500 Server Error

    The following error occurred: [code=SERVER_RESPONSE_CLOSE] The server closed the connection while reading the response. Contact your system administrator.

    Could not open error file

  7. #7
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Find in config.php

    PHP Code:
        define('VBSEO_CUSTOM_DOCROOT',         '');
        
    define('VBSEO_CUSTOM_TOPREL',          ''); 
    Replace with

    PHP Code:
        define('VBSEO_CUSTOM_DOCROOT',         '/path/to/your/root');
        
    define('VBSEO_CUSTOM_TOPREL',          '/vb/'); 
    When you are done , please save your config_vbseo.php file , upload it to your server . Open vBSEO Control Panel and save your settings without changing anything.

    Make sure you save the config.php correct format and you are using a text editor.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  8. #8
    Junior Member
    Real Name
    mutaz
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    I did not know how can Edit the file

    my forum path is : ??????? ???? ?? ?????

    my root is : syrcafe

    can you make it for me pleas

  9. #9
    Junior Member
    Real Name
    mutaz
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    this the file
    Attached Files

  10. #10
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Quote Originally Posted by syrcafe View Post
    I did not know how can Edit the file

    my forum path is : ??????? ???? ?? ?????

    my root is : syrcafe

    can you make it for me pleas
    That is your forum domain adress. Your forum path is different. Create a php file with the following content , upload it to your doc root and call it via browser to find about your path

    PHP Code:
    <?php

    if ($_SERVER['PATH_TRANSLATED'])
    {
        
    $path $_SERVER['PATH_TRANSLATED'];
    }
    else if (
    $_SERVER['SCRIPT_FILENAME'])
    {
        
    $path $_SERVER['SCRIPT_FILENAME'];
    }
    else
    {
        echo 
    'We are sorry, but this script is unable to determine your forums path.';
        exit;
    }

    echo 
    substr($path0, (strlen($path) - 14));

    ?>
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Few Quick Tips for mid sized forums
    By Olney in forum Member Articles
    Replies: 23
    Last Post: 02-26-2010, 07:11 PM
  2. Replies: 4
    Last Post: 06-18-2009, 12:32 PM
  3. Email is a meal best served...
    By Joe Ward in forum Off-Topic & Chit Chat
    Replies: 7
    Last Post: 05-28-2009, 02:47 PM
  4. Replies: 6
    Last Post: 05-18-2008, 05:09 PM
  5. Replies: 5
    Last Post: 12-01-2005, 02:49 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
  •