coder500 Posted September 1, 2008 Share Posted September 1, 2008 I have downloaded Wamp and installed in directory Y. I can't figure out how I can run php files. Any help please... Thanks Link to comment https://forums.phpfreaks.com/topic/122227-cant-run-php-files/ Share on other sites More sharing options...
coder500 Posted September 1, 2008 Author Share Posted September 1, 2008 I uninstalled and reinstalled in C directory. When I try to start WampServer, nothing is happening. In C directory wamp---www directory is created. There is a file also there, index.php. My system has IIS server also... I appreciate any help... Thanks Link to comment https://forums.phpfreaks.com/topic/122227-cant-run-php-files/#findComment-631078 Share on other sites More sharing options...
corbin Posted September 2, 2008 Share Posted September 2, 2008 IIS is probably also listening on port 80. You'll need to make one of them listen on 80, and one of them listen on something else. To do that for IIS, I don't know the exact steps. For Apache (part of WAMP), just mod httpd.conf's listen line. Link to comment https://forums.phpfreaks.com/topic/122227-cant-run-php-files/#findComment-631574 Share on other sites More sharing options...
coder500 Posted September 2, 2008 Author Share Posted September 2, 2008 Thanks for the reply... How can I edit httpd.conf line and to what I have to set it? Thanks Link to comment https://forums.phpfreaks.com/topic/122227-cant-run-php-files/#findComment-631585 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.