Welcome Guest, Not a member yet? Register   Sign In
Accessing URL...
#3

[eluser]daniel ispas[/eluser]
I use something like this in my .htaccess file:

RewriteEngine on
RewriteRule ^$ /index.php? [L]
RewriteCond $1 !^(index\.php|data|css|js|uploads|images|robots\.txt)
RewriteRule ^(.*)$ /index.php?/$1 [L]

Hope this helps.


Messages In This Thread
Accessing URL... - by El Forum - 04-02-2011, 12:07 AM
Accessing URL... - by El Forum - 04-02-2011, 12:46 AM
Accessing URL... - by El Forum - 04-02-2011, 10:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB