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-fileou
http://stackoverflow.com/questions/18300377/xampp-apache-error-apache-shutdown-unexpectedlyou
http://pepfry.com/tutorials/solve-issue-port-80-in-use-by-system-xampp– Rafael Withoeft
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
– Rafael Withoeft
Thanks, I was able to open the project like this: http://localhost:8080/Project Name_do_name/
– let
Great :), good that solved...
– Rafael Withoeft
That’s right, thanks (Y)
– let