Welcome Guest, Not a member yet? Register   Sign In
URL Rewriting - Resolved-
#2

[eluser]Unknown[/eluser]
I've found the solution...

The problem was that I didn't put the .htaccess file on the path :red:

I've modified my .htaccess also:

RewriteEngine On RewriteBase

RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ index.php/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

Thanks


Messages In This Thread
URL Rewriting - Resolved- - by El Forum - 08-01-2011, 04:16 AM
URL Rewriting - Resolved- - by El Forum - 08-01-2011, 05:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB