diff --git a/.htaccess b/.htaccess index c368352..ede6073 100644 --- a/.htaccess +++ b/.htaccess @@ -1,14 +1,11 @@ RewriteEngine On RewriteCond %{THE_REQUEST} \ /(.+)\.php RewriteRule ^ /%1 [L,R=301] -RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^([^\.]+)$ $1.html [NC,L] - Redirect /plugins.html https://docs.kde.org/stable4/en/extragear-office/kmymoney/details.settings.plugins.html Redirect /support.php /support/ Redirect /documentation.php /support/documentation.html Redirect /faq.php /support/faq.html Redirect /recovery.php /support/recovery.html Redirect /release-notes.php /changelog.html