Closed KevinNowalski closed 6 years ago
Hi, I have just updated the documentation. Can you check if you have missed Step 5 that I added now.
You have to put your app on the http://localhost/php/
location.
Let me know if you've tried it. If it doesn't work, I want to help you figure it out so I can update the documentation further to clarify the misunderstandings.
I put index.php in the php folder on http://localhost/php. Still no change.
Thanks for reply.
Some questions to sort things out.
localhost
directory to initialize the browser page. It's easy to forget it.If you have time, please return with an update whether it works, or not.
I got it to work for Firefox and Chrome! All I did was reinstall the extension for both and it works with the steps listed. Thanks.
It's good to hear and thank you for the feedback! I hope you get a good experience of this add-on.
Hello, i set-up every thing as described in the steps given but still not work, Actually, it worked with the test file and when I umped to production files... nothing I reviewd all the steps many time any chages in the meanwhile? (mac os catalina 10.15.6 / Mamp Pro 5.7 / VS Code 1.47.2 / Live-server 1.3.0)
I have a php file in localhost/php named index.php with this code:
echo "Hello world!
"; echo "Hello world 2!
";
My actual server address: http://localhost/php/ My live server address: http://127.0.0.1:5500/
but when I change my index.php code and save, the new code does not refresh in the browser of http://localhost/php/ like on the ritwickdey YouTube video. I used firefox and chrome web extensions. What am I missing?