Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Zen Savona[/eluser]
[quote author="Ben Edmunds" date="1271152030"]No it doesn't need to be the default controller. Post your htaccess or you can see the one I use at http://github.com/benedmunds/CodeIgniter.../.htaccess[/quote]

my .htaccess is as follows
Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /AGN/

    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]

    RewriteCond %{REQUEST_URI} ^application.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>

    ErrorDocument 404 /index.php
</IfModule>


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 04-12-2010, 10:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB