ok i figured out that my internet provider is blocking ports from 0 to 1024 so i changed the port for apache to 8080. Now the problem is that the redirect for the admin panel doesnt work, it keeps refreshng with this url W:\home\admin\www\redirect.html i tried to change the redirect.html I change the line window.setInterval("window.location = 'http://localhost/apanel/'", 500); to window.setInterval("window.location = 'http://localhost/apanel/:8080'", 500); But it didnt works. Could someone tell mi what do i have to do to make the server running on a difremt port than 80.