Results 1 to 3 of 3

Isapi_Rewrite Problem *404 on All Pages*

This is a discussion on Isapi_Rewrite Problem *404 on All Pages* within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Just installed vbSEO IIS 2.4.5 version, Have Zend 3 installed, everything seems to be working great except the actual URL's ...

  1. #1
    Junior Member
    Real Name
    Jason Lee
    Join Date
    Feb 2006
    Posts
    11
    Liked
    0 times

    Red face Isapi_Rewrite Problem *404 on All Pages*

    Just installed vbSEO IIS 2.4.5 version, Have Zend 3 installed, everything seems to be working great except the actual URL's lead to 404 no matter which page/link i click.

    I've tried the following Rewrite Rules in httpd.ini

    RewriteCond URL ^/(?!admincp|modcp|clientscript|cpstyles|images)/.*
    RewriteRule ^/(.+?)(?:\?(.*))?$ /vbseo.php?vbseourl=$1(?2&$2) [L]

    And

    RewriteCond URL ^/vBroot/(?!admincp|modcp|clientscript|cpstyles|images)/.*
    RewriteRule ^/vBroot/(.+?)(?:\?(.*))?$ /vBroot/vbseo.php?vbseourl=$1(?2&$2) [L]

    My website is GameHaze.com - The ultimate gaming resource and general discussion forum and my forum is in the root directory.

    index.php = vBa CMPS
    forum.php = Forum Home

    Any help would be greatly apreciated as my site is not accessable atm.

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Try vBSEO 3.0.0 RC2.

  3. #3
    Junior Member
    Real Name
    Jason Lee
    Join Date
    Feb 2006
    Posts
    11
    Liked
    0 times
    Works like a charm.

    Here's my ISAPI_Rewrite incase any others have troubles.

    Thanks much.

    Code:
    [ISAPI_Rewrite]
    
    RewriteRule ^(.*\.(?:gif|jpg|png|css|xml|js))$ $1 [I,L]
    
    RewriteRule ^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond URL ^/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
    RewriteRule ^/(.+?)(?:\?(.*))?$ /vbseo.php?vbseourl=$1(?2&$2) [L]

Similar Threads

  1. Problem mit dem LogIn
    By smartie in forum Deutsch
    Replies: 5
    Last Post: 05-04-2006, 09:40 PM
  2. Problem with Colors Forum Tiles
    By rayzor in forum Pre-Sales Questions
    Replies: 2
    Last Post: 04-03-2006, 03:20 AM
  3. Redirection problem!
    By poprulz in forum Troubleshooting
    Replies: 9
    Last Post: 03-10-2006, 05:50 PM
  4. URL Rewrite problem in vb CMPS
    By Toocool in forum Troubleshooting
    Replies: 4
    Last Post: 01-23-2006, 03:02 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
  •