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

[eluser]Volder[/eluser]
sure, my fault.

yes, when I put http://beauty-review.ru/index.php/test/
it is loaded correctly as "We are on the test controller!"

So everything is fine until this moment.

The next step I do - is add into .htaccess simple rule:
Code:
RewriteEngine on
RewriteCond $1 !^index\.php
RewriteRule ^(.*)$ index.php/$1 [L]

I expect that all urls should be redirected to index.php/...

then I enter http://beauty-review.ru/test/

it is now not showing 404 error, but I am displayed the welcome message instead, as if I am entering the default Welcome controller.
this mistake is similar to the error I have on my real site.

Any thoughts on this?


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