mladenhaj
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: WP-admin login credentials not accepted after WP 5.6 to 5.7You were right. Recently my Hoster added additional security on wp-admin and wp-login but didn’t sent info about that. I received User and Pswd for that new login and now there is two step login process.
Website Rob thank you for your effort helping me.Forum: Fixing WordPress
In reply to: WP-admin login credentials not accepted after WP 5.6 to 5.7Unfortunately, /wp-admin/ directory does not contain .htaccess file. Is it good or bad?
Regarding plugins, no security, just two I mentioned, akismet and elementor. If I remember, akismet is not active, but I’m not sure.Forum: Fixing WordPress
In reply to: WP-admin login credentials not accepted after WP 5.6 to 5.7Hello Website Rob,
Thanks for suggested approach. I checked my .htaccess file out but couldn’t find pattern you suggested. Here is what is inside:
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php74 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not editI couldn’t interprete (more or less) what is meaning of this code, so if you are able to do this, maybe you can help.
Viewing 3 replies - 1 through 3 (of 3 total)