Welcome Guest, Not a member yet? Register   Sign In
Hi. How can i cancel the uri style of Code Igniter system?
#3

[eluser]agresif[/eluser]
I tried these.

RewriteEngine on
----
RewriteCond $1 !^(index\.php|images|robots\.txt|stats)
-or-
RewriteCond $1 !^(index\.php|robots\.txt|stats)
-or-
RewriteCond $1 !^(index\.php|stats)
----
RewriteRule ^(.*)$ /index.php/$1 [L]

But result same.

http://site.com/stats/ => "404 Page Not Found"
http://site.com/ => css's doesn't load. site was broken down.


Messages In This Thread
Hi. How can i cancel the uri style of Code Igniter system? - by El Forum - 09-13-2010, 07:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB