Welcome Guest, Not a member yet? Register   Sign In
Removing index.php?/ for CI running under PHP4 with FastCGI
#2

[eluser]whidbey[/eluser]
RewriteEngine on
RewriteCond $1 !^(index\.php|images|assets|robots\.txt)
RewriteRule ^(.*)$ /youfolder/index.php/$1 [L]


Messages In This Thread
Removing index.php?/ for CI running under PHP4 with FastCGI - by El Forum - 08-16-2007, 09:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB