Current Page: 1 of 1
Results 1 - 4 of 4
17 years ago
ZooDog
I found the answer to my problem in another forum. Edit "httpd.conf" and search for "addtype". Look for the following line (line 756 in my config file): AddType application/x-httpd-php .php Change it to AddType application/x-httpd-php .php .htm .html and save the file. Restart Apache service and all should be well. Good luck.
Forum: WampServer English
17 years ago
ZooDog
You don't mention what OS so here's how you do it in WinXP Home: Click Start->Run->cmd at the prompt, type "netstat -ano". This will list all IPs & ports in use, with process owner for each connection. Once you have the PID for port 80, bring up the Task Manager (ctrl-alt-del), click the "Processes" tab and see what process has the PID you found with "netsta
Forum: WampServer English
17 years ago
ZooDog
I am having the same issue. I downloaded and installed WAMP5 over the weekend and am still checking it out (WinXP home). I looked at all the config files but didn't find anything out of the ordinary. I have not modified any of the config files. The issue is that a "test.html" file with embedded php (using the <?php ... ?> tags) does not execute the php code. Files like &quo
Forum: WampServer English
17 years ago
ZooDog
Hi, is it possible to install Apache on one server as a webserver & install MYSQL on another as a database server? If so, what file do I need to edit on the webserver to link it into the MYSQL database server. Many thanks for any help.
Forum: WampServer English
Current Page: 1 of 1