CI on Windows NT SERVER possible? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: CI on Windows NT SERVER possible? (/showthread.php?tid=5101) |
CI on Windows NT SERVER possible? - El Forum - 01-05-2008 [eluser]MissYeh[/eluser] Hello Being able to experiment and play with CI on a linux server is true kindergarden for me! Unfortunately for me, kindergarden shuts its doors for me Recently I registered a new domain and hosted it somewhere else with a the following specs: - Windows NT SERVER2 5.2 build 3790 - PHP Version 5.2.3 - CGI/FastCGI - No Apache installed I Stumbled upon something that I can not solve. For this I need your expertise :red: Here it goes... After a clean CI install: As soon as I open the following URL, an CGI error shows: http://somedomain.nl/index.php/quotes The error: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. Using the following URL, it works but I dont want to use the query strings: http://somedomain.nl/index.php?quotes Based on some forum topics I started experimenting with the flavors of "URI PROTOCOL". I tried every delicious flavor neither worked for me. The setting for Query Strings is: $config['enable_query_strings'] = FALSE; What more can I do or try to make CI work with my current host? I shall be grateful for any advice Thank you MissYeh |