cihaneken
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: post titles appearing in the headerYou can check the marked place in the screenshot.
Forum: Fixing WordPress
In reply to: Major problem with accents (and category URLs)Check the tables in the database one by one to verify that they are all utf8. It looks like you have a database problem.
Forum: Fixing WordPress
In reply to: REST API – Error: [] cURL error 28 – Site HealthI found the solution and applied it. Now the problem is solved.
But my view of Openlitespeed has changed a little. Openlitespeed only supports mod_rewrite rules and is only accepted if we add these rules from the server panel. Otherwise, the rules have no validity. Of course, this is a problem specific to the Litespeed free version.https://www.litespeedtech.com/support/forum/threads/openlitespeed-wont-read-htaccess-files.17644/
https://openlitespeed.org/kb/how-to-autoload-htaccess-with-openlitespeed/
https://openlitespeed.org/kb/migrate-apache-rewrite-rules-to-openlitespeed/Forum: Fixing WordPress
In reply to: REST API – Error: [] cURL error 28 – Site HealthI found the source of the problem, the problem is htaccess.
When I add the following standard htaccess rules, REST API starts to give trouble. I think my Openlitespeed server does not accept these rules.# 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: REST API – Error: [] cURL error 28 – Site HealthThe same error persists in the default wordpress theme and debug mode. I think it’s related to openlitespeed, but I haven’t found the source of the problem yet. When I install and try a standard wordpress on my server, there is the same error again. There was no such problem when using Virtualmin panel a few days ago. It turned out when I started using Cyberpanel. I talked to Cyberpanel support, but they have no idea where this problem came from.
Forum: Fixing WordPress
In reply to: REST API – Error: [] cURL error 28 – Site HealthAccording to the terminal command result I added in the second message, there is no problem in openssl operation and curl processes are also working. But it doesn’t work in wordpress setup. I looked at every point that came to my mind. I don’t see a problem in any of DNS, Mod Security, PHP config.
Forum: Fixing WordPress
In reply to: REST API – Error: [] cURL error 28 – Site HealthUbuntu terminal:
root@localhost:~# curl -v https://xxxx.com/wp-json/
* Trying xx.xx.xx.xx…
* TCP_NODELAY set
* Connected to xxxx.com (xx.xx.xx.xx) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):Query Monitor plugin:
GET https://xxxx.com/wp-json/wp/v2/types/post?context=edit
cURL error 28: Operation timed out after 10001 milliseconds with 0 out of 0 bytes receivedHealth_Check_Site_Status->get_test_rest_availability() wp-content/plugins/health-check/includes/class-health-check-site-status.php:1811
Health_Check->enqueues() wp-content/plugins/health-check/includes/class-health- check.php:321 do_action(‘admin_enqueue_scripts’) wp-includes/plugin.php:478- This reply was modified 4 years, 10 months ago by cihaneken.
Forum: Fixing WordPress
In reply to: HTTPS vs HTTP & ChromeYour site is accessible