HI,
On my local (laptop, with the IIS server, when I click on an icon to view my recording,
Yii generates a link to view the recording:
http://mysite_iis.local/index.php/sub-list/view?id=6
The same Yii codes on the Apache server do not work:
here is what Yii generates:
http://mysite_apache.com/index.php/sub-list/view
instead of
http://mysite_apache.com/index.php/sub-list/view?id=6
So what’s missing: ?id=6
So, I have the following error:
Bad Request (#400) Missing required parameters:id The above error occurred while the Web server was processing your request.