Reputation: 13
I've windows hosting and I've developed a php web application, when I'm hosting my application under root directory (web) creating new directory. When i try to access the index.php, it gives me error "bad server request" bla bla bla.
Please tell me how to fix this problem?
Upvotes: 1
Views: 7138
Reputation: 16214
First check if the PHP is properly installed just upload a page with this coding and see if u get a response <?php phpinfo(); ?>
if no response..
Please contact your hosing provider . Windows servers doesn't support php extensions you need to change to a linux server or a upgrade
is it running in your local machine you can install php extensions using Microsoft web platform installer
The Microsoft Web Platform Installer 3.0
Upvotes: 2