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
Options +FollowSymLinks
RewriteEngine On

RewriteRule "^(css|resources|scripts|locale)/(.*)$" src/$1/$2 [L]
RewriteRule "^((.*)bar.xml|favicon.ico|robots.txt)$" src/$1 [L]

RewriteCond %{REQUEST_FILENAME} !index.php|tests/.*$|src/(favicon.ico$|robots.txt$|yioopbar.xml$|(css|scripts|resources/.*$|locale/.*$))
RewriteRule ^ index.php [L]
ViewGit