Welcome Guest, Not a member yet? Register   Sign In
htaccess problem
#1

[eluser]nuclearmaker[/eluser]
im keep wondering why this htaccess works on codeignter,not codeigniter reactor.

Code:
<IfModule mod_rewrite.c>

    Options +FollowSymLinks -Indexes
    RewriteEngine onlines
    #AllowOverride All
    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    <IfModule mod_php5.c>
        RewriteRule ^(.*)$ index.php/$1 [L]
    </IfModule>

    <IfModule !mod_php5.c>
        RewriteRule ^(.*)$ index.php?/$1 [L]
    </IfModule>

</IfModule>


Messages In This Thread
htaccess problem - by El Forum - 01-19-2011, 09:29 PM
htaccess problem - by El Forum - 01-20-2011, 02:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB