php - Suddenly got alert when trying to login to admin panel of wordpress

Suddenly starts receiving alert when trying to login to wordpress admin panel. Hosting is on IIS server. It is type of a

Suddenly starts receiving alert when trying to login to wordpress admin panel. Hosting is on IIS server. It is type of alert prompt box given by firefox browser only with following text:

To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.

Wordpress admin login is the core functionality of wordpress. I didn't make any change in core files. Please suggest how can i solve this.

I already checked this one (To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier)!

Anybody please help?

No change did on server side. It was working before that fine.

Update:- I spent little time with server guy and we have checked there is not any redirection rule present on IIS server. Only one binding between http & https request setup and one url rewriting rule is there, as below:-

<rule name="wordpress" patternSyntax="Wildcard">
    <match url="*" />
        <conditions>
            <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
            <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
        </conditions>
    <action type="Rewrite" url="index.php" />
</rule>```

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745070614a4609521.html

相关推荐

  • php - Suddenly got alert when trying to login to admin panel of wordpress

    Suddenly starts receiving alert when trying to login to wordpress admin panel. Hosting is on IIS server. It is type of a

    3小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信