Welcome Guest, Not a member yet? Register   Sign In
following vid tutorial??
#2

[eluser]Sawariya[/eluser]
in config.php you config like this

$config['base_url'] = "http://localhost/codeigniter/";


$config['index_page'] = "";

.httdocs

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^(index\.php|check_images|js|css)
RewriteRule ^(.*)$ index.php/$1 [L]


Messages In This Thread
following vid tutorial?? - by El Forum - 01-04-2008, 01:24 AM
following vid tutorial?? - by El Forum - 01-04-2008, 03:02 AM
following vid tutorial?? - by El Forum - 01-06-2008, 07:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB