Welcome Guest, Not a member yet? Register   Sign In
how to do URL Rewriting in codeigniter
#7

[eluser]Genuine Scope[/eluser]
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]


If you are not using a virtual host then mention folder name as follows
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ project_folder/index.php/$1 [L,QSA]


Messages In This Thread
how to do URL Rewriting in codeigniter - by El Forum - 05-30-2012, 04:49 AM
how to do URL Rewriting in codeigniter - by El Forum - 05-30-2012, 09:41 AM
how to do URL Rewriting in codeigniter - by El Forum - 05-30-2012, 10:32 PM
how to do URL Rewriting in codeigniter - by El Forum - 05-30-2012, 11:44 PM
how to do URL Rewriting in codeigniter - by El Forum - 05-31-2012, 04:18 AM
how to do URL Rewriting in codeigniter - by El Forum - 06-28-2012, 07:46 AM
how to do URL Rewriting in codeigniter - by El Forum - 07-02-2012, 02:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB