Changes between Initial Version and Version 1 of Ticket #57650, comment 2
- Timestamp:
- 02/07/2023 07:09:17 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57650, comment 2
initial v1 1 Hi Ian,1 Hi @iandunn 2 2 3 3 I did some more digging and it is more specific then I thought. I only experience this issue when using a custom .htaccess snippet on Directadmin (Apache) servers. … … 19 19 and thus breaking the logic. 20 20 21 21 22 Domains with proper webroot settings or sites running on Nginx servers is_login() working as intended, even with Bedrock/custom root. 23 24 Needle on my directadmin/.htaccess solution: web/wp/wp-login.php, which fails 25 Needle on other servers: wp/wp-login.php, which succeeds 22 26 23 27 So I think my reported issue is a bit too specific for core. Next time I will do some more research before opening a ticket. 24 28 29 If you think otherwise, I will provide the $_SERVER and ABSPATH as requested.