Welcome Guest, Not a member yet? Register   Sign In
Url Rewriting in Codigniter - Is it possible?
#8

[eluser]khagendra[/eluser]
create a .htaccess file and add the following lines in the file

Quote:RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

RewriteCond %{SERVER_PORT} !^443$

---You can use notepad to create .htaccess file.
--- keep this file at the location of codeigniter index.php(i.e. in the root folder)


Messages In This Thread
Url Rewriting in Codigniter - Is it possible? - by El Forum - 10-23-2009, 01:29 AM
Url Rewriting in Codigniter - Is it possible? - by El Forum - 10-23-2009, 02:00 AM
Url Rewriting in Codigniter - Is it possible? - by El Forum - 10-23-2009, 02:04 AM
Url Rewriting in Codigniter - Is it possible? - by El Forum - 10-23-2009, 03:04 AM
Url Rewriting in Codigniter - Is it possible? - by El Forum - 10-23-2009, 03:29 AM
Url Rewriting in Codigniter - Is it possible? - by El Forum - 10-23-2009, 03:43 AM
Url Rewriting in Codigniter - Is it possible? - by El Forum - 10-23-2009, 04:12 AM
Url Rewriting in Codigniter - Is it possible? - by El Forum - 10-23-2009, 09:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB