Welcome Guest, Not a member yet? Register   Sign In
Problem with controllers in the URL
#12

[eluser]rajyakshmik[/eluser]
Code:
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/system.*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php?/$1 [L]


Messages In This Thread
Problem with controllers in the URL - by El Forum - 05-23-2009, 04:41 PM
Problem with controllers in the URL - by El Forum - 05-23-2009, 06:39 PM
Problem with controllers in the URL - by El Forum - 05-24-2009, 12:10 AM
Problem with controllers in the URL - by El Forum - 05-24-2009, 12:19 AM
Problem with controllers in the URL - by El Forum - 05-24-2009, 12:26 AM
Problem with controllers in the URL - by El Forum - 05-24-2009, 12:38 AM
Problem with controllers in the URL - by El Forum - 05-24-2009, 12:48 AM
Problem with controllers in the URL - by El Forum - 05-24-2009, 01:04 AM
Problem with controllers in the URL - by El Forum - 05-24-2009, 01:13 AM
Problem with controllers in the URL - by El Forum - 05-24-2009, 01:21 AM
Problem with controllers in the URL - by El Forum - 05-24-2009, 02:12 AM
Problem with controllers in the URL - by El Forum - 05-24-2009, 09:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB