Welcome Guest, Not a member yet? Register   Sign In
How to use .htaccess with code igniter
#2

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


Messages In This Thread
How to use .htaccess with code igniter - by El Forum - 11-25-2008, 12:29 PM
How to use .htaccess with code igniter - by El Forum - 11-25-2008, 12:39 PM
How to use .htaccess with code igniter - by El Forum - 11-26-2008, 11:32 AM
How to use .htaccess with code igniter - by El Forum - 11-26-2008, 11:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB