简体   繁体   中英

IIS7 FASTCGI PHP CODEIGNITER Windows 500 internal error

First of all the web project works perfectly on linux server.

I'm trying to run my web codeigniter project on windows server 2008 with IIS7.5 configured with PHP5.3 / FASTCGI.

When i run the project after putting it in wwwroot/project1

it does not work. It gives a 500 internal server error :

Module: FastCgiModule
Notification: ExecuteRequestHandler
Hander: PHP_via_FastCGI
Error Code: 0x000000000

I check the permission settings on project1 and it does have iisusr.

.php works perfectly phpinfo.php works though.

I did a simple mysql_connect .php script and it works perfectly.

Its just for the CI project not working.

Any special settings needed on IIS for CI projects to work on IIS/FastCGI ? Also i do not have any .htaccess file , not sure why it does not work... Any suggestions?

Anything gotta do with url rewriting or something?

my server admin reinstalled IIS with php 5.2

and now we are have a different error, but at least this is something more useful...

is_dir(): open_basedir restriction in effect. File(application) is not within the allowed path(s): (C:\inetpub\wwwroot) in

What are the permission settings needed for CI on IIS?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM