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 web security”, when you use the file tag, you can make a one-liner with PHP/HTML text like so:

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

But if you turn on extra web security and split the one-liner into two lines like so:

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

You can't preview or save the change. DokuWiki will say “This topic does not exist yet” and redirect you to a “forbidden” page.

dreamhost-extra-security.1621622602.txt.gz · Last modified: 2023/04/12 20:44 (external edit)