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...
Terrompuy
Dec 18, 2025Copper Contributor
If you're trying to access via Apache, ensure that your Apache virtual host is configured to serve the Symfony app and listening on port 80 (or another port you specified).