]> git.mxchange.org Git - friendica.git/commitdiff
Replacing error message
authorPhilipp Holzer <admin@philipp.info>
Mon, 29 Oct 2018 13:40:50 +0000 (14:40 +0100)
committerPhilipp Holzer <admin@philipp.info>
Mon, 29 Oct 2018 13:40:50 +0000 (14:40 +0100)
src/Core/Install.php

index 28b8828ada46992ce5fd4b5550ee13838e98da53..0a97e93d844d1e8590244e416ce21fd2cada2e19 100644 (file)
@@ -461,7 +461,7 @@ class Install
 
                        if ($fetchResult->getReturnCode() != 204) {
                                $status = false;
-                               $help = L10n::t('Url rewrite in .htaccess is not working. Check your server configuration.');
+                               $help = L10n::t('Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess.');
                                $error_msg = [];
                                $error_msg['head'] = L10n::t('Error message from Curl when fetching');
                                $error_msg['url'] = $fetchResult->getRedirectUrl();