Welcome Guest, Not a member yet? Register   Sign In
problem with .htaccess
#2

[eluser]danmontgomery[/eluser]
There needs to be a space between (.*) and the redirect target, and you're missing the end of line metacharacter ($)... Also, if CI is in a subfolder, you should specify it using rewritebase

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


Messages In This Thread
problem with .htaccess - by El Forum - 04-28-2010, 12:37 PM
problem with .htaccess - by El Forum - 04-28-2010, 12:54 PM
problem with .htaccess - by El Forum - 04-29-2010, 10:09 PM
problem with .htaccess - by El Forum - 04-29-2010, 10:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB