raphaelbender
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I get a 404 error when I try to login to my wordpress admin siteKrishna hi,
I’ve had our web guy have a look at the site and he’s found a neat workarout I thought you may find useful for future occurences of the same issue. Here’s what he had to say:Hi Raphael,
As a complete “dodgy-brothers” bandaid while I sort this out, I have duplicated the wp-login.php file and called it login.php and changed all references within login.php to point to itself, so if you go to:
http://www.breathe.edu.au/login.php
You should be able to login via this end point and get some work done while I sort this out – I tested it out and seems I can login and logout. Funny thing is, the “logout” calls the original wp-login.php file and it is fine!
Forum: Fixing WordPress
In reply to: I get a 404 error when I try to login to my wordpress admin siteThanks Krishna,
How do I reset the permalinks without logging in? Can I do that manually via ftp?
Forum: Fixing WordPress
In reply to: I get a 404 error when I try to login to my wordpress admin siteThanks I did check .htaccess: Here are it’s contents:
# BEGIN s2Member GZIP exclusions
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
RewriteRule .* – [E=no-gzip:1]
</IfModule>
# END s2Member GZIP exclusions# 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: I get a 404 error when I try to login to my wordpress admin siteI’m not clear what you mean by that – I’m not having trouble logging in to the OptimizePress site, but the admin area of my wordpress site.
BTW when I changed OptimizePress to OptimizePress-old, the front end site didn’t load, so I’ve changed it back. The front end site is now up again.
Forum: Fixing WordPress
In reply to: I get a 404 error when I try to login to my wordpress admin siteOk did that:
Changed wp-admin/wp-content/Optimizepress to /Optimizepress-oldStill can’t login.
Forum: Fixing WordPress
In reply to: I get a 404 error when I try to login to my wordpress admin siteThanks, I just changed /wp-admin/plugins.php to plugins-old.php but no joy.