Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: How to block admin-ajax.php after renaming it #18405
    maevapn
    Post count: 3

    Regarding your solution for hiding domain.com/wp-admin/admin-ajax.php by adding a rewrite rule to .htaccess… wouldn’t this block access to admin-ajax.php from the backend as well, thereby breaking many plugin admin functions?

    Should it look like this?

    RewriteRule ^custom /wp-admin/admin-ajax.php [QSA,L]
    RewriteRule ^/wp-admin/admin-ajax\.php /nothing_404_404 [QSA,L]
    
    in reply to: How to block admin-ajax.php after renaming it #17816
    maevapn
    Post count: 3

    So Hide my WP does not really hide WP if all that needs to be done is open domain.com/wp-admin/admin-ajax.php to see if it is WP.

    Bots can do this, too. Can it not be improved?

    in reply to: No way to adjust wp-admin #10440
    maevapn
    Post count: 3

    Can it be done?

Viewing 3 posts - 1 through 3 (of 3 total)