Welcome Guest, Not a member yet? Register   Sign In
No input file specified. ?
#5

[eluser]rogierb[/eluser]
If you installed CI in directory under your root, you need to rewrite your base url
Code:
RewriteEngine on
RewriteBase /ci/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]


Messages In This Thread
No input file specified. ? - by El Forum - 01-21-2010, 05:26 PM
No input file specified. ? - by El Forum - 01-22-2010, 03:35 AM
No input file specified. ? - by El Forum - 01-22-2010, 04:08 AM
No input file specified. ? - by El Forum - 01-22-2010, 07:20 AM
No input file specified. ? - by El Forum - 01-22-2010, 07:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB