Welcome Guest, Not a member yet? Register   Sign In
.htaccess issue, brand new CI install, mediatemple hosting
#4

[eluser]llbbl[/eluser]
upload the .htaccess and try going to:

http://www.domain.com/index.php

If you get the CI default page -- woot!

If not your CI is broken.

If you get that apache page when you goto:

http://www.domain.com/

Than you need to edit the htaccess file.

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php?/$1 [L]

The addition of the question mark should fix it.


Messages In This Thread
.htaccess issue, brand new CI install, mediatemple hosting - by El Forum - 10-04-2007, 12:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB