Steveb
20 January 2025 13:25
1
When RW and Stacks publishes a site, in the index files, and perhaps elsewhere, it doesn’t reference the full URL to styles sheets etc. but uses relative one. ie…
<link rel="stylesheet" href="../rw_common/plugins/stacks/font-awesome.min.css?rwcache=758984761">
as opposed to…
<link rel="stylesheet" href="https://www.domain-name.com/rw_common/plugins/stacks/font-awesome.min.css?rwcache=758984761">
This is causing a problem with a plugin for me.
Is there a way to force RW/Stacks to use the full path?
Jannis
20 January 2025 14:16
2
Yes, I think in the export settings, you have a setting therefore. It on my Mac right now. I guess the relative URL / path settings.
Steveb
20 January 2025 15:37
3
Do you mean here…
If so, that doesn’t seem to make any diference.
Jannis
20 January 2025 15:51
4
Steveb:
Do you mean here…
Yes, I though this would also control the links to the JS includes.
Steveb
20 January 2025 16:54
5
Me too, but it seems not. I can’t actually see what it changes!