Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 3.0 support forum
 Helicon Tech : ISAPI_Rewrite 3.0 support forum
Subject Topic: Windows Vista 32bit, IIS7, PHP 5.2.4 Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
asphere
Newbie
Newbie


Joined: 22 September 2008
Location: Switzerland
Online Status: Offline
Posts: 2
Posted: 22 September 2008 at 3:58pm | IP Logged Quote asphere

Hello experts!

I'm looking for help.
I've just installed the ISAPI_Rewrite 3.0 on my local machine with the file "ISAPI_Rewrite3_0056_Lite.msi".

In IIS7 it seems to be installed correctly.



Now I wrote a simple rule in the httpd.conf based in "C:\Program Files\Helicon\ISAPI_Rewrite3":

RewriteEngine On
RewriteRule ^blog.html$ index.php?op=blog [L]

Now I call my local website on "http://localhost/blog.html". But an error 404 happened.

Is anybody out there who can help me?

Greetings from Switzerland

Ralph


Edited by asphere - 22 September 2008 at 4:00pm
Back to Top View asphere's Profile Search for other posts by asphere Visit asphere's Homepage
 
Anton
Moderator Group
Moderator Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 4701
Posted: 23 September 2008 at 2:57am | IP Logged Quote Anton

Please try to fix your config like this:

RewriteEngine On
RewriteBase /
RewriteRule ^blog.html$ index.php?op=blog [NC,L]

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 
asphere
Newbie
Newbie


Joined: 22 September 2008
Location: Switzerland
Online Status: Offline
Posts: 2
Posted: 23 September 2008 at 12:42pm | IP Logged Quote asphere

Anton wrote:
Please try to fix your config like this:

RewriteEngine On
RewriteBase /
RewriteRule ^blog.html$ index.php?op=blog [NC,L]


Hell Yeah! It works!

Thank you very much!

Greetings Ralph
Back to Top View asphere's Profile Search for other posts by asphere Visit asphere's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You can vote in polls in this forum