Also i setup new docker project. Web url defaults to http://localhost:8100 however when i click the icon to luanch the site it goes to http://localhost:12345/ where did it get that port from? Even though i set it up with a subfolder this time… confused…
Ah no, i dont have remote docker hosting. Its standard shared with FTP .
but locally on docker the site is at ROOT http://localhost:8100
But remotely it’s in a subfolder.
So when i uploaded the site the pages wouldn’t find the included js files untill i put Base Href /folder/ on all main pages. But that broke the site on docker.
So for now i will develop on docker local and when i go live have to modify all the pages i suppose.
You can’t have different folder structures for local and remote site. So if your local site is in your site root, so should be also your remote site and not in a subfolder.
Yes but how do i set local docker site to be in a subfolder. i can’t figure out that part.
obviously i can create a subfolder in my project and put my files, but the wappler code woudl be one step up.
I think what i am looking for is the Web Root Folder, that seems about right i think. i will test that.
Yes that worked! just needed to resave all the pages.