In above code snippet you have rewrite rules commented - just to be sure that you have tried the same settings without comments mark
Locally the same redirecting rule works correctly and doesn’t cause any issues.
Scheduler uses Joomla’s settings to obtain http path to site, and use that path for data loading operations. If paths in joomla settings differs from actually used path - scheduler will not be able to load data.
I’m having the same problem. I checked the Joomla configuration.php and used mod rewrite but I still can’t get the scheduler to load the data.
It does work perfectly without www. in the url.
Where does dhtmlxscheduler set the url it uses? Can I just put the url in the code?
Or do you know where Joomla gets the url from (it isn’t in configuration.php)?
Redirection seems to be the problem. I thought it worked, but now I’ve seen that I was clicking on a menu item which points to the index page on the www. subdomain. After this I was just browsing on the www. subdomain. When I avoid clicking on that menu item, I keep browsing in the subdomain.
mod_rewrite is enabled according to phpinfo() and in the Joomla General settings the use of mod_rewrite is enabled too.