I have a laravel application running through the laravel artisan server:
php artisan serve
and it works just fine if I go on my localhost:8000
.. Further, I added an inbound rule in the IIS server like so:
Control Panel -> Administrative Tools -> Windows Firewall with Advanced Security, Inbound Rules. Make a new rule "Allow Port, TCP, 8000, All profiles
However for some reason i still can't access the website from the WWW (I did the exact same steps for a webrick server (on the same machine) and things worked perfect).. any ideas?