computerfixer412
Forum Replies Created
-
I’m resurrecting this because we are having a major issue after the most recent update.
I have WordPress installed in the root directory, the URL renamed for login and on Windows and Android devices the login page loads correctly, on apple devices it does not.
I have users complaining they cannot see the login page but are instead receiving a 404 error.
Okay, here’s the solution:
The .htaccess file MUST contain the following:
# 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
This is not an isolated issue. I’ve installed the plugin, enabled ONLY the Brute Force option to change the admin login URL and it shows 404 Not found.
My .htaccess is also free of any entries.
This does not fix my menu as it adds a bullet list and messes with the height of my menu.
Is there any way you could patch your plugin?
Thank you!
I’m also using the x theme and reporting the same error. As soon as I activate the plugin even without checking “load Bootstrap style & script (in frontend of website)”, my top menu won’t show.
Please fix.