Question about OSM

More
4 years 1 month ago - 4 years 1 month ago #13262 by Dima
Replied by Dima on topic Question about OSM
Check your paths.
pieterpad.netnog.nl/etappes
Get all restrictions, because you enter http protocol in path definition.
like

Blocked loading mixed active content "http ://pieterpad.netnog.nl/images/gpxbestanden/20_vierlingsbeek_swolgen.gpx"


You can use relative path to your files. Check it.
I definitely think in case you use type with internal parser can do it.

Don't forget support my developments: post review in JED , donate , help with translation ;)
Last edit: 4 years 1 month ago by Dima.

Please Log in or Create an account to join the conversation.

More
4 years 1 month ago #13263 by Dima
Replied by Dima on topic Question about OSM
Ie you enter http in path definition, but set for all site https.
You need to change to https in path definition or use relative path

Don't forget support my developments: post review in JED , donate , help with translation ;)

Please Log in or Create an account to join the conversation.

More
4 years 1 month ago #13264 by Dima
Replied by Dima on topic Question about OSM
You can update paths table for all links at once in phpMyAdmin or something else to replace http to https

if you need I can post how to do it

Don't forget support my developments: post review in JED , donate , help with translation ;)

Please Log in or Create an account to join the conversation.

More
4 years 1 month ago - 4 years 1 month ago #13265 by Dima
Replied by Dima on topic Question about OSM
Here update (check your prefix, mine it is demo)
update demo_zhosmmaps_paths
  set kmllayer = REPLACE(kmllayer, 'http:', 'https:')
where kmllayer IS NOT NULL
  and kmllayer LIKE 'http:%'

just execute in your database SQL window

Don't forget support my developments: post review in JED , donate , help with translation ;)
Last edit: 4 years 1 month ago by Dima.

Please Log in or Create an account to join the conversation.

  • netnog
  • netnog's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 1 month ago #13267 by netnog
Replied by netnog on topic Question about OSM
Hi Dima,

Thanks for your quick response. I was unable to give sufficient time to the httpS on Friday. I want to edit the .htaccess file to use default httpS.
I expect to be able to do this tomorrow or Monday and let you know if it worked.
Have a nice weekend, we will stay in touch.

Henk

Please Log in or Create an account to join the conversation.

  • netnog
  • netnog's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 1 month ago #13268 by netnog
Replied by netnog on topic Question about OSM
Hi Dima,

I now do everything on https.
Do you want to see again if it is a bug or if I have to set something else?

Please Log in or Create an account to join the conversation.

Time to create page: 0.172 seconds

Donate


Go to top