Welcome Guest, Not a member yet? Register   Sign In
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting
#4

[eluser]Dsyfa[/eluser]
Hi,

I've tried the above rules but I still get the same error.

Code:
Warning: require(system/codeigniter/Common.php) [function.require]: failed to open stream: No such file or directory in C:\HostingSpaces\raihaniq\raihaniqbal.com\wwwroot\system\codeigniter\CodeIgniter.php on line 38

Warning: require(system/codeigniter/Common.php) [function.require]: failed to open stream: No such file or directory in C:\HostingSpaces\raihaniq\raihaniqbal.com\wwwroot\system\codeigniter\CodeIgniter.php on line 38

Fatal error: require() [function.require]: Failed opening required 'system/codeigniter/Common.php' (include_path='.;C:\php5\pear') in C:\HostingSpaces\raihaniq\raihaniqbal.com\wwwroot\system\codeigniter\CodeIgniter.php on line 38

Later I used the Import Rule tool in IIS Manager.

This is my complete web.config file:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <defaultDocument>
            <files>
                <clear />
                <add value="index.php" />
                <add value="default.aspx" />
                <add value="Default.htm" />
                <add value="Default.asp" />
                <add value="index.htm" />
                <add value="index.html" />
            </files>
        </defaultDocument>
        <handlers accessPolicy="Read, Execute, Script" />
        <rewrite>
            <rules>
                <rule name="Imported Rule 1" stopProcessing="true">
                    <match url="^(.*)$" ignoreCase="false" />
                    <conditions logicalGrouping="MatchAll">
                        <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
                        <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
                    </conditions>
                    <action type="Rewrite" url="index.php/{R:1}" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>

Where am I going wrong?

Any sort of help would be greatly appreciated.

Thanks


Messages In This Thread
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 09-24-2008, 01:40 PM
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 10-08-2008, 02:33 PM
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 03-05-2009, 08:35 AM
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 07-27-2010, 01:45 AM
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 07-27-2010, 04:46 AM
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 10-22-2010, 06:28 PM
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 03-18-2011, 04:18 PM
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 03-22-2012, 07:01 AM
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 04-27-2012, 07:32 AM
IIS 7.0, FastCGI and the new IIS 7 URL Rewriting - by El Forum - 01-28-2013, 09:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB