Results 1 to 5 of 5

404

This is a discussion on 404 within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Unfortunately another 404 error. Ive been reading all the post about 404 trying to get this to work. i have ...

  1. #1
    Junior Member
    Real Name
    Damian
    Join Date
    Feb 2006
    Posts
    10
    Liked
    0 times

    404

    Unfortunately another 404 error. Ive been reading all the post about 404 trying to get this to work.

    i have uploaded the .htaccess file with the following inside it and its still giving me 404 page not founds aftere enabling the product in the admin cp

    forum found here http://www.onlineplayersunion.com/forum/index.php

    thanks


    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 vBulletin folder (i.e. RewriteBase /forums)
    RewriteBase /forum
    RewriteRule ^(sitemap.*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    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]
    

    Theopu.com (most dangerous gambling forum on the net)

  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,

    make sure that mod_rewrite is supported at your server. You can check that in phpinfo() and try any simple rewrite rule to see if it works, like:
    RewriteRule rewritetest\.html http://www.google.com

  3. #3
    Junior Member
    Real Name
    Damian
    Join Date
    Feb 2006
    Posts
    10
    Liked
    0 times
    it doesn't appear so the only thing referring to rewrite is

    url_rewriter.tags
    local value
    a=href,area=href,frame=src,input=src,form=,fieldse t=
    master value
    a=href,area=href,frame=src,input=src,form=,fieldse t=
    Theopu.com (most dangerous gambling forum on the net)

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    url_rewriter.tags
    local value
    a=href,area=href,frame=src,input=src,form=,fieldse t=
    master value
    a=href,area=href,frame=src,input=src,form=,fieldse t=
    Hi,

    this is not related to mod_rewrite. Instead, you should see "mod_rewrite" in the "Loaded Modules" block in phpinfo(). If you don't have it, you should enable it in your apache configuration.

  5. #5
    Junior Member
    Real Name
    Damian
    Join Date
    Feb 2006
    Posts
    10
    Liked
    0 times
    we are asking it to be loaded by the servere admin
    Theopu.com (most dangerous gambling forum on the net)

Similar Threads

  1. 404 settings
    By briansol in forum URL Rewrite Settings
    Replies: 12
    Last Post: 04-22-2006, 06:09 PM
  2. 404 page
    By Bruceper in forum URL Rewrite Settings
    Replies: 3
    Last Post: 02-24-2006, 01:13 PM
  3. 404 errors
    By T2DMan in forum Bug Reporting
    Replies: 5
    Last Post: 08-16-2005, 08:16 PM
  4. 404 errors - they need to show, but are not
    By T2DMan in forum Bug Reporting
    Replies: 5
    Last Post: 08-12-2005, 07:11 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
  •