Welcome Guest, Not a member yet? Register   Sign In
Crazy problem: controllers don't load
#3

[eluser]swissbastian[/eluser]
The problem seems to be located in the .htaccess file. But no idea why.

This is my file:

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

<IfModule !mod_rewrite.c>
    # If we don't have mod_rewrite installed, all 404's
    # can be sent to index.php, and everything works as normal.
    # Submitted by: ElliotHaughin

    ErrorDocument 404 /index.php
</IfModule>

Isn't that correct?


Messages In This Thread
Crazy problem: controllers don't load - by El Forum - 05-24-2008, 02:59 PM
Crazy problem: controllers don't load - by El Forum - 05-24-2008, 06:47 PM
Crazy problem: controllers don't load - by El Forum - 05-24-2008, 07:01 PM
Crazy problem: controllers don't load - by El Forum - 05-24-2008, 07:52 PM
Crazy problem: controllers don't load - by El Forum - 05-24-2008, 08:31 PM
Crazy problem: controllers don't load - by El Forum - 05-24-2008, 08:54 PM
Crazy problem: controllers don't load - by El Forum - 05-24-2008, 09:34 PM
Crazy problem: controllers don't load - by El Forum - 05-24-2008, 09:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB