Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57650, comment 2


Ignore:
Timestamp:
02/07/2023 07:09:17 PM (3 years ago)
Author:
Levdbas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57650, comment 2

    initial v1  
    1 Hi Ian,
     1Hi @iandunn
    22
    33I 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.
     
    1919and thus breaking the logic.
    2020
     21
    2122Domains with proper webroot settings or sites running on Nginx servers is_login() working as intended, even with Bedrock/custom root.
     23
     24Needle on my directadmin/.htaccess solution: web/wp/wp-login.php, which fails
     25Needle on other servers: wp/wp-login.php, which succeeds
    2226
    2327So I think my reported issue is a bit too specific for core. Next time I will do some more research before opening a ticket.
    2428
     29If you think otherwise, I will provide the $_SERVER and ABSPATH as requested.