Is it possible to install Fuel on an IIS server?
I've been developing a site on our apache server and our client's hosting company only has IIS servers. Does not having the ability to use htaccess mean it's impossible for Fuel to run on it?
Uploading the site to the IIS server and loading up the homepage just spits out:
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
Any insight would be appreciated!
Comments
dirname(__FILE__) outputs:
\\f810-e4.msp.eschelon.com\customer-home\M\mysitename
realpath(dirname(__FILE__)) returns an empty string.
What should 'INSTALL_ROOT' be if I were to set it manually?
Warning: require(/f810-e4.msp.eschelon.com/customer-home/M/salessite/fuel/application/config/constants.php) [function.require]: failed to open stream: No such file or directory in \\f810-e4.msp.eschelon.com\customer-home\M\salessite\fuel\codeigniter\core\CodeIgniter.php on line 49 Fatal error: require() [function.require]: Failed opening required '/f810-e4.msp.eschelon.com/customer-home/M/salessite/fuel/application/config/constants.php' (include_path='.;C:\php5\pear') in \\f810-e4.msp.eschelon.com\customer-home\M\salessite\fuel\codeigniter\core\CodeIgniter.php on line 49
I verified that 'constants.php' is there in /fuel/application/config/.
You've probably seen these in your search venture but I'm posting links I've found here just in case it helps:
http://codeigniter.com/forums/viewthread/72013/
http://stackoverflow.com/questions/5408111/codeigniter-2-on-iis-with-web-config-file
http://codeigniter.com/forums/viewthread/91954
Thanks for all the help. Dealing with IIS is a bit of a headache.