Codeigniter

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 1
Joined: 02 Feb 2013, 22:46

Codeigniter

02 Feb 2013, 22:53

Hi all,

I am using the lite version and am running into issues with a Codeigniter application I am migrating to a Window 2003 Server running IIS6.

In the root of my application I have an .htaccess file with the following:

RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

I can see the index page but nothing beyond that. Any ideas? Do I need to add these directives/rules to my httpd.ini file?

Any help would be appreciated. Note I am pursuing with my host the purchase/installation of the full version :).

Thanks!

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: Codeigniter

03 Feb 2013, 15:07

Hello,

Firstly, please, specify the version of ISAPI_Rewrite you are using. this is ISAPI_Rewrite 3 branch of forum, but httpd.ini is not supported by ISAPI_Rewrite 3, only by v2.


Regards
Andrew

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 0 guests