Results 1 to 9 of 9

404 errors created by conflicting CRR

This is a discussion on 404 errors created by conflicting CRR within the General Discussion forums, part of the vBSEO SEO Plugin category; Just go to this url: http://www.gamingvidz.com/forum/pc/1...ew-laptop.html it gives errors like this: Warning : main(/home/gamingvi/public_html/forum/15737-new-lapbrowselinks.php) [ function.main ]: failed to open ...

  1. #1
    Senior Member
    Real Name
    Chris Guthrie
    Join Date
    Mar 2007
    Posts
    104
    Liked
    0 times

    404 errors created by conflicting CRR

    Just go to this url:

    http://www.gamingvidz.com/forum/pc/1...ew-laptop.html

    it gives errors like this:

    Warning: main(/home/gamingvi/public_html/forum/15737-new-lapbrowselinks.php) [function.main]: failed to open stream: No such file or directory in /home/gamingvi/public_html/forum/vbseo.php on line 906

    Warning: main(/home/gamingvi/public_html/forum/15737-new-lapbrowselinks.php) [function.main]: failed to open stream: No such file or directory in /home/gamingvi/public_html/forum/vbseo.php on line 906

    Fatal error: main() [function.require]: Failed opening required '/home/gamingvi/public_html/forum/15737-new-lapbrowselinks.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gamingvi/public_html/forum/vbseo.php on line 906

    Any ideas?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    please post the list of your CRRs, there seems to be a conflict.

  3. #3
    Senior Member
    Real Name
    Chris Guthrie
    Join Date
    Mar 2007
    Posts
    104
    Liked
    0 times
    Code:
    //vidz Rewrites
    '^vidz/index\.php$' => 'vidz/'
    'browselinks\.php\?do=newlinks$' => 'newlinks.html'
    'browselinks\.php\?do=poplinks$' => 'top.html'
    'browselinks\.php\?do=poplinks&orderby=rating$' => 'toprating.html'
    'browselinks\.php\?do=poplinks&orderby=posts$' => 'topposts.html'
    'browselinks\.php\?c=(\d+).*$' => 'linkcat-$1.html'
    'vidz/search\.php' => 'search.html'
    'vidz/search\.php\?do=searchresults&string=(\w+)&catid= 0&quicksearch=1' => 'search-$1.html' 
    'browselinks\.php\?do=browselinks&catid=(\d+)<r=(\w+)&linkuserid=(\d+)' => 'linkcat-$1-$2.html'
    'browselinks\.php\?do=poplinks&orderby=views' => 'topviews.html'
    'misc\.php\?do=linktous' => 'linktous.html'
    'addlink\.php\?c=(\d*)' => 'addlink$1.html'
    'misc\.php\?do=report&linkid=(\d+)&catid=(\d+)' => 'reportlink-$1-$2.html'
    'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+)&catid=(\d+)' => 'displaylink-$1-$2-c$3.html'
    'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+)' => 'displaylink-$1-$2.html'
    There ya go.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    This is a conflicting CRR:
    Code:
    'browselinks\.php\?do=poplinks$' => 'top.html'
    try to change it to:
    Code:
    '^browselinks\.php\?do=poplinks$' => 'top.html'

  5. #5
    Senior Member
    Real Name
    Chris Guthrie
    Join Date
    Mar 2007
    Posts
    104
    Liked
    0 times
    ok, that seems to have fixed it.

    Is there anyway that change could have messed up some other thread?

    Thanks by the way.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    No, that should not affect other threads. It is suggested though to add "^" to other CRRs as well.

  7. #7
    Senior Member
    Real Name
    Chris Guthrie
    Join Date
    Mar 2007
    Posts
    104
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    No, that should not affect other threads. It is suggested though to add "^" to other CRRs as well.
    Really? What does it do?

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    You can avoid URL conflicts similar to described above in this case.

  9. #9
    Senior Member
    Real Name
    Chris Guthrie
    Join Date
    Mar 2007
    Posts
    104
    Liked
    0 times
    OK, I'll take care of these later.

Similar Threads

  1. 404 Errors
    By RaceJunkie in forum Troubleshooting
    Replies: 20
    Last Post: 07-24-2007, 01:33 AM
  2. 404 Errors & Other Bad Things
    By calccw in forum Troubleshooting
    Replies: 5
    Last Post: 04-17-2007, 04:46 AM
  3. 404 Errors
    By ORACLE in forum Troubleshooting
    Replies: 1
    Last Post: 02-27-2007, 01:17 PM
  4. Having a problem with some 404 errors
    By mvulcan in forum Troubleshooting
    Replies: 3
    Last Post: 09-08-2006, 03:52 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
  •