: Kohana with cherokee How to setup kohana's index.php with cherokee webserver? Should i add a rule to redirect all to index.php? These settings don't work Rule RegExp ^.*index.php.*$ Redirect ^(.*)$
How to setup kohana's index.php with cherokee webserver?
Should i add a rule to redirect all to index.php?
These settings don't work
Rule RegExp ^.*index.php.*$
Redirect ^(.*)$ => index.php
More posts by @Gretchen104
1 Comments
Sorted by latest first Latest Oldest Best
Can you try changing
Redirect ^(.*)$ => index.php
to be:
Redirect ^(.*)$ => /index.php?
You may need to play around, the addition of / and ? are intended to stop the looping. / alone may be sufficient.
You might find this answer on server fault relevant to your issue - even if cherokee and kohanna have their own syntaxes.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.