Manager 11.2.1.32
I create a menu item and put the link to http://127.0.0.1/NewFolder/index.html.
Under /var/www/html/NewFolder/ I add a basic hello world file named index.html
When I click on the menu item under Add-Ons, it just redirects me to local 127.0.0.1 on my PC.
Any thoughts on what I am doing wrong?
Submitted by thirdlane on Tue, 04/26/2022
Permalink
That is a normal browser behavior as 127.0.0.1 tells it to go to a local url on your pc. If you want it to go to the server, you should specify the server's address or domain name. Make sure that permissions are what you want them to be.