how to run index.php instead of index.html in Openvidu-Call App.
I don’t understand your question
Openvidu-call app having index.html file. If I change it to index.php, the site showing forbidden error.
You have to install a PHP runtime to execute index.php files. For example, you can install Apache with proper modules.
In production we recommend using Docker to package your app so you can test before deploying it into the server.
we have installed apach2 with php. and installed openvidu-call using docker-composer.
we really don’t know how to run openvidu-call with php runtime. could you please guide me
It is very difficult to guide you… OpenVidu Call is implemented in Angular, so you need to learn Angular to hack the app.
ok. as my knowledge it’s not matter of Angular. OpenVidu Call app having a index.html and javascript files, which are default for website. the docker container of ngnix not supporting the .php extension. it only support .html extension.
Now understand. You can modify current container to allow you execute PHP.