Welcome Guest, Not a member yet? Register   Sign In
Cannot launch 'Hello World' on local host
#3

[eluser]BeMeCollective[/eluser]
***SOLVED!***

While reading these forums I saw some people talking about ISAPI_REWRITE, I downloaded it and tried their config editor on the following expression, which was found around these forums again:
RewriteRule /(.*) /index.php\?/$1 [I,L]

Amazingly, the URL ended up similar to this:

http://localhost/bemesite4/index.php?/blog/

Notice the ? after the index.php!

That was the difference. I am working with IIS 5.1

Hope this helps someone trying to run codeigniter on IIS5.1
Just add ? after the index.php

rogierb:
"Maybe IIS can only handle GET style parameters by default?"
I think you are right, thanks for helping.

Best regards

Ari


Messages In This Thread
Cannot launch 'Hello World' on local host - by El Forum - 12-30-2009, 02:16 AM
Cannot launch 'Hello World' on local host - by El Forum - 12-30-2009, 03:46 AM
Cannot launch 'Hello World' on local host - by El Forum - 12-31-2009, 12:28 AM
Cannot launch 'Hello World' on local host - by El Forum - 12-31-2009, 04:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB