Welcome Guest, Not a member yet? Register   Sign In
Code Igniter blocking access to /cgi-bin
#1

[eluser]yello[/eluser]
Hi,

I don't know why but it seems the .htaccess of my CI installation is blocking access to my scripts within the {root}/cgi-bin/ folder.

When I try to access them I get the standard CI 404 Not Found message.

Here is my htacess:

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

It is very basic as you can see, I don't know why it is not working properlly!
Does anyone can help me fix this issue?

Thanks!


Messages In This Thread
Code Igniter blocking access to /cgi-bin - by El Forum - 03-09-2008, 10:29 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-10-2008, 12:01 AM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-10-2008, 12:38 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-10-2008, 08:45 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-10-2008, 09:09 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-11-2008, 09:16 AM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-11-2008, 01:16 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-11-2008, 02:50 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-11-2008, 10:27 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-12-2008, 08:11 AM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-12-2008, 11:38 AM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-12-2008, 11:56 AM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-12-2008, 07:44 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-12-2008, 08:15 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-13-2008, 06:16 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-13-2008, 08:15 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-13-2008, 08:54 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-13-2008, 09:11 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-13-2008, 09:27 PM
Code Igniter blocking access to /cgi-bin - by El Forum - 03-23-2008, 06:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB