htaccess and Usernames
-
One of the admin usernames in the website had a blank space, and so this line below would cause a 500 error:
RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=John Doe|[email protected]|[email protected]|[email protected]
Removing that username manually would fix the issue. Changing their role also helped.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘htaccess and Usernames’ is closed to new replies.