Hello EveryOne!
I have project with path mydomain.com/
and I’would like to make available by alternative URL mydomain.com/my_alt_path/ with all css and js inside.
I spend hours for this task, please help me to find right way.
What i tried to do:
-
Make nginx rewrite rules to redirect traffic from /my_alt_path/ to /
-
Tried to forward parsed paths as param to &r=, but unfortunately after this URLManagern don’t pass my url that prevousely worked well.
-
Tried to change UrlManager adding regexp
All mentioned not working