Hi all,
I have problem regarding the URL in OCS. I have installed OCS 2.3.6.0 on a machine with Apache 2.4 and PHP 5.5.9. I activate restful_url in OCS configuration.
I define two dummy conferences :
- Conference 01 (path: Conf01)
- Conference 02 (path: Conf02)
Each of this conferences has it’s own CSS design.
The problem is :
- http://myOCS/Conf01/SchedConf02 ← This URL will display Conference 01 CSS, but content will appear is from Scheduled Conference 02.
- and apparently it happened vice versa → http://myOCS/Conf02/SchedConf01
I want to make the URL more persistent like if I access like the http://myOCS/Conf01/SchedConf02, this URL will redirect to the right Scheduled Conference (http://myOCS/Conf01/SchedConf01)
Any Suggestions?
Thank you very much in advance.