Thread Starter
symce
(@symbiosource)
Hi Maybellyne,
Thank you for you swift reply.
– WordPress rest API: seems enabled when I try visiting https://mydomain.com/?rest_route=/
– Is there a way for me to provide you with my server setup ?
– mod_security : the file .ovhconfig contain the following line
http.firewall=none
– .htaccess, please have a look at the one I use
`# 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]
# Rewrite HTTP to HTTPS
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L]
</IfModule>
# END WordPress`
– Security plugins : I dont use any.
– WAF : I dont use any.
Any other idea ?
Since I have moved my website from http to https Today, the issue might come from there. Anything you see that might be related ?
Thanks again for the help, have a wonderful day !
-
This reply was modified 4 years, 6 months ago by symce.