Results 1 to 6 of 6

The requested URL /vbseo.php was not found on this server

This is a discussion on The requested URL /vbseo.php was not found on this server within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hey guys, i am getting The requested URL / vbseo .php was not found on this server on my home ...

  1. #1
    Member Array
    Real Name
    eric
    Join Date
    Apr 2006
    Posts
    60
    Liked
    0 times

    The requested URL /vbseo.php was not found on this server

    Hey guys, i am getting
    The requested URL /vbseo.php was not found on this server
    on my home page www.abadss.com
    my forum root is abadss.com/forum/


    i just installed rc5
    below is my htaccess

    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 vB folder (i.e. RewriteBase /forums)
    #RewriteBase /
    
    RewriteEngine on
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

  2. #2
    Member Array
    Real Name
    eric
    Join Date
    Apr 2006
    Posts
    60
    Liked
    0 times
    i have an alternate home page that i use. should not show my forum home page. should show
    HTML Code:
    www.abadss.com/index.php

  3. #3
    Member Array
    Real Name
    eric
    Join Date
    Apr 2006
    Posts
    60
    Liked
    0 times
    ok, i did some tinkering,

    i changed the line

    #RewriteBase /

    to

    RewriteBase /forum
    and now it seems to load. BUT it loads my forum home. i want it to load my regular home page.

    so when i go to
    HTML Code:
    www.abadss.com
    it loads
    HTML Code:
    www.abadss.com/forum
    it should load
    HTML Code:
    www.abadss.com/index.php

  4. #4
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Hello Eric,

    did you upload .htaccess to the domain root? (it should be in forum/ folder)
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Member Array
    Real Name
    eric
    Join Date
    Apr 2006
    Posts
    60
    Liked
    0 times
    sweet. i had uplaoded it to both. thanks oleg

  6. #6
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    You are welcome
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Suggestion for a server problem
    By Mert Gökçeimam in forum Off-Topic & Chit Chat
    Replies: 1
    Last Post: 05-03-2006, 11:23 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
  •