Is there anyway to rewrite the full URL, even with parameters via .htdocs using mod-rewrite?
The thing is, for example, if I type http://www.example.org, it has to forward me to http://www.example.org/index.php/frontend.
Anyone’s got an idea?
Thank you in advance.
You can check for the host name, and if it matches
www.example.org, redirect everything (including the path and any parameters, like this: