Last commit for .htaccess: e7986a012fd0e54336283ad54bd7cd014a9d7d20

Tweaks to get yioop to work if not using redirects or if using PHP 8, a=chris

Chris Pollett [2021-02-01 01:Feb:st]
Tweaks to get yioop to work if not using redirects or if using PHP 8, a=chris
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !index.php
RewriteRule ^ index.php [L]

SetEnv YIOOP_REDIRECTS_ON true
ViewGit