Welcome Guest, Not a member yet? Register   Sign In
config route help
#2

[eluser]T I[/eluser]
but how the heck do i get the”/CodeIgniter/index.php” out of there for good?


simple:

change: $config['base_url'] = "http://mysite.com/CodeIgniter/"; to

$config['base_url'] = "http://mysite.com/";

and $config['index_page'] = "";

you can write your htaccess like this:

RewriteEngine on

RewriteCond $1 !^(index\.php|images|css|js|stylesheets|javascript|robots\.txt|favicon\.ico)

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]


Messages In This Thread
config route help - by El Forum - 01-09-2010, 03:27 AM
config route help - by El Forum - 01-09-2010, 05:07 AM
config route help - by El Forum - 01-09-2010, 02:11 PM
config route help - by El Forum - 01-09-2010, 07:34 PM
config route help - by El Forum - 01-10-2010, 01:22 AM
config route help - by El Forum - 01-10-2010, 04:02 AM
config route help - by El Forum - 01-10-2010, 08:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB