canercelik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot Reach wp-adminI deactivated Cloudflare, I will use Vultr’s DNS services first then I will change htaccess content according to my needs.
Forum: Fixing WordPress
In reply to: Cannot Reach wp-adminI created a ticket, hope this works. ^_^
Forum: Fixing WordPress
In reply to: Cannot Reach wp-adminAfter reinstallation of ssl certificate, somehow the site is completely gone 🙂
I tried the database repair method, problem is not related to database, at least when I put
define( 'WP_ALLOW_REPAIR', true );in wp-config.php file and run the address, WordPress couldn’t find DB related issue.Forum: Fixing WordPress
In reply to: Cannot Reach wp-adminApache Status results as below :
Jun 02 18:12:42 bngl phpMyAdmin[8089]: user denied: root (mysql-denied) from 172.69.10.198
Jun 02 18:16:03 bngl phpMyAdmin[8089]: user denied: phpmyadmin (no-activity) from 46.196.94.166
Jun 02 18:25:13 bngl phpMyAdmin[8153]: user denied: root (mysql-denied) from 162.158.165.12
Jun 02 18:38:07 bngl phpMyAdmin[8550]: user denied: root (mysql-denied) from 172.68.102.136
Jun 02 19:01:40 bngl phpMyAdmin[9441]: user denied: root (mysql-denied) from 172.68.244.80
Jun 02 19:15:06 bngl phpMyAdmin[9711]: user denied: root (mysql-denied) from 162.158.7.181
Jun 02 19:27:27 bngl phpMyAdmin[9875]: user denied: root (mysql-denied) from 172.69.134.125
Jun 02 19:28:18 bngl phpMyAdmin[9878]: user denied: root (mysql-denied) from 162.158.183.121
Jun 02 19:40:44 bngl phpMyAdmin[10452]: user denied: root (mysql-denied) from 162.158.183.229
Jun 02 20:39:24 bngl phpMyAdmin[13483]: user denied: marcio.map.roots (mysql-denied) from 172.68.246.124Also, I changed plugins folder’s name to the plugins_old. So, all the plugins are inactive now.
.htaccess as below :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>SSL side : I installed and enabled SSL via
sudo certbot --apachecommand.Errors caused by xlith.net are not related to the issue. It was an open source analytics software.
Edits on wp-config.php and DataBase didn’t solve the issue (which referred : https://www.inmotionhosting.com/support/edu/wordpress/wordpress-changing-the-site-url-and-home-settings/
Forum: Fixing WordPress
In reply to: Cannot Reach wp-adminI remember it very vell 🙂
It happened after the migration from Digital Ocean VPS to Vultr.