User Tools

Site Tools


dreamhost-extra-security

This is an old revision of the document!


DreamHost "Extra Web Security" Incompatibility

There's an incompatibility with DreamHost's Domains “Extra Web Security” feature and DokuWiki.

With or without “extra security”, when you use the file tag, you can make a one-liner like so:

<link href="<?php echo DOKU_TPL?>index.php" />

But if you turn on extra security and split the one-liner into two lines, you can't preview or save the change.

<link
 href="<?php echo DOKU_TPL?>index.php" />
dreamhost-extra-security.1621620978.txt.gz · Last modified: 2023/04/12 20:44 (external edit)