Concrete5 and IIS 5

Permalink
Hello all!

I've been researching a problem with running Concrete5 on my XP laptop. I was getting that whole PATH_INFO error just like many other users in the forum. I could have just setup something else, but I really wanted to see if I could get to the heart of the issue.

And, I did!

IIS5 doesn't recognize /index.php/something/ the same way IIS6 does and Microsoft even put it in writing!

http://support.microsoft.com/kb/970268...

So, if you want to demo or do dev with C5 on your XP machine, you're out of luck with IIS5. You'll have to use a different web server. XP's IIS version can't be updated.

Darkwater23
 
frz replied on at Permalink Reply
frz
Thanks for figuring that out and sharing!

I wish there was some way this post could be marked as helpful... or perhaps the answer to a question...

hmmmm.. that sounds interesting, doesn't it. ;)

-frz
mose replied on at Permalink Reply
mose
I can see it, now. An "autofaq" block. :-)
katz515 replied on at Permalink Reply
katz515
Instead of IIS, you can use


BitNami WAMP stack
http://bitnami.org/stack/wampstack...

or

XAMPP (or XAMPP Lite)
http://www.apachefriends.org/en/xampp-windows.html...



I installed XAMPP on my old IBM laptop when I go out demo concrete5 at the events.

I have no problem what-so-ever.

(Though, you have to be careful if you want to move the site from Windows to UNIX OS -http://www.concrete5.org/community/features/make-mysql-database-tab... )