Forum Moderators: phranque
I'm totaly new here with apache.
the problem is this:
I used to have a dial up networking nad apache and MySQL installed and it worked fine.
recently I've installed ADSL and the big problem is that when I type in my internet browser: [localhost...] or [127.0.0.1...] I have to wait a verry long time
it says page can not be found.
when I enable IIS for testing purpose and type the same adres, it works just fine, but I dont wana use IIS I wana use Apache.
anny idea's here?
regards,
Ralph
I created a couple of batch files to start and stop my Apache server. Here's what the Start.bat looks like.
@echo off
D:\Apache\Apache\Apache.exe -k start
(adjust as needed for your environment)