Welcome Guest, Not a member yet? Register   Sign In
Need help with CI and .htaccess
#2

[eluser]marcoss[/eluser]
Try this, in your root directory place this .htaccess:

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

and this one in the crm one,

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


Messages In This Thread
Need help with CI and .htaccess - by El Forum - 06-26-2007, 10:38 AM
Need help with CI and .htaccess - by El Forum - 06-26-2007, 12:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB