Re: pmwiki and https
Thierry <[email protected]> Wed, 23 Jul 2025 11:19:05 +0200
| Newsgroups | gmane.comp.web.wiki.pmwiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, if you look at the source of the webpage (by typing CTRL+u on firefox), you can see that the URLs that point to the paths /wiki/pub/... enforce the http protocol, e.g. http://dodin.org/wiki/pub/lib/pmwiki-core.css It is likely that the $PubDirUrl variable, that is defined the in the local/config.php file (or local/farmconfig.php), defines a URL with a http protocol. You can just replace http with https here, e.g. $PubDirUrl =3D 'https://dodin.org/wiki/pub'; Alternatively, you can set a path without the protocol, e.g. $PubDirUrl =3D '/wiki/pub'; Ciao, Thierry Le Wed, Jul 23, 2025 at 10:31:52AM +0200, jean-daniel dodin a =E9crit : > Hello, > = > My pmwiki site is pretty ancient, but I like it :-). > = > I just (some weeks ago at least) noticed that at first glance it appears = not > well > = > after some interrogations it seems linked to https. As far as I know my > server is https compatible. I use the standard pmwiki responsive skin > = > https://www.pmwiki.org/wiki/Skins/PmWiki-responsive > = > these may not be in the very last version, but mot too old neither > = > https://dodin.org/index.php?n=3DMain.HomePage > = > is there something I have to check? My browsers have my site on cache so > testing is pretty hard :-( > = > thanks > jdd > = > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users