i need your help!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 912lab
    Confirmed User
    • Sep 2019
    • 27

    #1

    i need your help!

    i run a wordpress blog with the wp-script theme everything works fine traffic, backlinks but
    I'm really desperate because I do not know how to fix this error!
    it drives me crazy!

    every time i open a page on the iphone pops up a popup and asks me to enter my wordpress credentials, how can i turn this off?




    can you please help me?
    PerfectBaddies | only the hottest baddies!
  • Marshal
    Biz Dev and SEO
    • Jun 2005
    • 15219

    #2
    This issue occurs when your site tries to load /wp-admin/admin-ajax.php file (probably loaded in the theme). I assume .htpasswd authorization was set up for /wp-admin/ directory.
    It is possible that some of your theme or plugins got exploited (not necessarily). I would try disabling all plugins and enabling one by one to figure out what went wrong.
    For more details you may google for: /wp-admin/admin-ajax.php authorization 301
    ---
    Busy ranking websites on Google...

    Comment

    • zerovic
      Confirmed User
      • Apr 2010
      • 1116

      #3
      Originally posted by Marshal
      This issue occurs when your site tries to load /wp-admin/admin-ajax.php file (probably loaded in the theme). I assume .htpasswd authorization was set up for /wp-admin/ directory.
      It is possible that some of your theme or plugins got exploited (not necessarily). I would try disabling all plugins and enabling one by one to figure out what went wrong.
      For more details you may google for: /wp-admin/admin-ajax.php authorization 301
      Exactly. Your /wp-admin/ is protected with .htaccess and .htpasswd which prevents admin-ajax.php from loading.

      All you have to do is disable the protection in /wp-admin/

      edit: I thought turning off the ajax call will prevent this, but it won't. The admin-ajax.php has to be loaded, as far as I know.

      edit 2: read this for more information: https://www.wordfence.com/blog/2014/...for-wordpress/

      edit 3: i just came across this guide: https://www.inmotionhosting.com/supp...-php-attempts/

      Cheers,
      z
      php, html, jquery, javascript, wordpress - contact me at contact at zerovic.com

      Comment

      Working...