i have uploaded php files on my server but not executing when i run it on server.
but the images files are opening properly. I also checked zip, xml and other ones are working but .php extension files are not working.
do anyone know why this happens?
In php.ini look for this line
in apache modules
php5_moduleThis should be ticked(on).also
if you have mime_module ticked in the Apache Modules
Check you have the mime types set correctly in httpd.conf
This line is required