ukdigit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin Login issueThank all for trying to sort this problem. Since I made many changes to many places and cannot even remember how many files were inflicted …. I am going to rebuild this website again from scratch. Again many thanks to everyone…..appreciated all
Forum: Fixing WordPress
In reply to: Admin Login issueI’ve rested the permalinks via wp-options table and still the same problem.
Forum: Fixing WordPress
In reply to: Admin Login issueForum: Fixing WordPress
In reply to: Admin Login issueAlso when I login to wordpress from the Cpanel the page shows 404 Code:
https://gyazo.com/6366d83f80dbf976c778d613f5c54b20Forum: Fixing WordPress
In reply to: Admin Login issueActually all the plugin are disabled and still the same problem. However, recently this text appears on the login page ” ; charset=UTF-8″ /> ”
https://gyazo.com/446f4dd60e33031d76e333b42d4820cfForum: Fixing WordPress
In reply to: Admin Login issue# 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>
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value memory_limit 400M
php_value max_execution_time 180
php_value max_input_time 180# END WordPress
Forum: Fixing WordPress
In reply to: Admin Login issueThe problem starts when i used to access the login-in page (with the correct login credentials) and take me nowhere without any error message appeared (Just nothing happen as I done nothing and the dialogue login box just refreshed and appeared again to keep doing the same actions without any response). Later on, after adding a new login account, the login page starts responding but it takes me to my website landing page without WordPress back-end interface (Basically, I cannot reach the WordPress editing interface).
Again, thank you for your cooperation
Forum: Fixing WordPress
In reply to: Admin Login issueThank you Steve for your quick reply. I think my login problem is not related to the password as I did exactly what the provided articles say and unfortunately, I am still experiencing the same issue. Also, I went beyond that by trying all the steps in the following link;
Regards