francescomk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can’t update WordPress although I’m in the right php version (7.3)Maybe this tells you something :
FTP File
.htaccess :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: can’t update WordPress although I’m in the right php version (7.3)Hello Steve,
i’m back
sorry for the delay“what’s in your .htaccess file?”
=> Sorry I don’t understand, could you tell me how to check and how to update then… ?Forum: Fixing WordPress
In reply to: can’t update WordPress although I’m in the right php version (7.3)As you can see, your web server is connected to PHP 5.5 by inspecting its responses:
Ok thank you very much for your expertise Steve, i’m going to write them what you checked and wrote to meForum: Fixing WordPress
In reply to: can’t update WordPress although I’m in the right php version (7.3)How did you update PHP?
=> https://docs.ovh.com/fr/hosting/configurer-le-php-sur-son-hebergement-web-mutu-2014/
With this tutorial on my server that i apply, the result is that they tell i’m on php 7.3 now