Xampp problem with the door

Asked

Viewed 242 times

0

I installed Xampp to test some php files and right away happened that port error, by default it uses port 80. As I could not kill the process (access denied) that is in this port I edited the httpd.conf file changing to port 8080, but even so I can not test the files, it is only opening in the browser the initial page "http://localhost:8080/xampp". Anyone can help?

Note: when I click on the "admin" button of xampp opens only a blank page.

  • Acho que pode te ajudar: http://stackoverflow.com/questions/8103924/xampp-port-80-is-busy-easyphp-error-in-apache-configuration-file ou http://stackoverflow.com/questions/18300377/xampp-apache-error-apache-shutdown-unexpectedly ou http://pepfry.com/tutorials/solve-issue-port-80-in-use-by-system-xampp

  • The door problem you managed to solve then? The blank page, it is likely that in htdocs (usually C: xampp htdocs) you have a file called index.php that is empty. You can access your other files through the url: localhost:8080/seuarquivo.php

  • Thanks, I was able to open the project like this: http://localhost:8080/Project Name_do_name/

  • Great :), good that solved...

  • That’s right, thanks (Y)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.