Question about OSM
- Dima
- Offline
- Platinum Member
Less
More
4 years 8 months ago - 4 years 8 months ago #13262
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
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
You can use relative path to your files. Check it.
I definitely think in case you use type with internal parser can do it.
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 8 months ago by Dima.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 8 months ago #13263
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
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
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.
- Dima
- Offline
- Platinum Member
4 years 8 months ago #13264
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
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
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.
- Dima
- Offline
- Platinum Member
4 years 8 months ago - 4 years 8 months ago #13265
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Question about OSM
Here update (check your prefix, mine it is demo)
just execute in your database SQL window
Code:
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 8 months ago by Dima.
Please Log in or Create an account to join the conversation.
- netnog
- Topic Author
- Offline
- New Member
Less
More
- Posts: 19
- Thank you received: 0
4 years 8 months 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
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
- Topic Author
- Offline
- New Member
Less
More
- Posts: 19
- Thank you received: 0
4 years 8 months 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?
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.220 seconds