Forum Discussion
Everettiin
Dec 16, 2025Iron Contributor
Solved Can't access 127.0.0.1:8000 on my Laptop
I'm trying to fiddle with Symfony's CMS sulu. Took a few extra steps but finally got it installed. Documentation says that access to the app is `127.0.0.1:8000`. But I just can't get Chrome to ta...
Vamsker
Dec 22, 2025Iron Contributor
Make sure no other application is occupying port 8000.
You can change your Apache VirtualHost to listen on a different port (e.g., 8080) and test again.