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

[eluser]Volder[/eluser]
aha, thanks for an advice.

I will put it in my TO DO list.

have a nice day Smile
#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]




Theme © iAndrew 2016 - Forum software by © MyBB