Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001902
    guna
    Participant
    This reply has been marked as private.
    #1002123
    guna
    Participant
    This reply has been marked as private.
    #1002415
    Rue Nel
    Moderator

    Hello There,

    After reviewing the information provided above, I would try checking with your hosting provider on this particular issue as it sounds like something related to your setup is causing this. Typically, this is due server configuration problems (i.e. underpowered, traceroute issues, packet loss, permissions errors, et cetera). Additionally, your host will be able to diagnose things much better due to the fact that they have a more complete view of your account and can work behind the scenes with you. If the problem you are experiencing persists after working with your host, don’t hesitate to let us know and we will be happy to assist you. Any relevant information that you can share with us from your host is also greatly appreciated as it will help us to better ascertain the source of the problem.

    The CORS issue should be resolve with your hosting provider. Please do check out this article and maybe you can refer this to GoDaddy tech guys:
    https://benjaminhorn.io/code/setting-cors-cross-origin-resource-sharing-on-apache-with-correct-response-headers-allowing-everything-through/

    #1002975
    guna
    Participant

    I figured it out. It was the .htaccess

    My server was hacked and I found added codes for a RewriteRule to most of my sites inside that server. I deleted everything but keep the main .htaccess code below.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    #1002988
    Thai
    Moderator

    Glad you’ve sorted it out.

    If you need anything else, please let us know 🙂

  • <script> jQuery(function($){ $("#no-reply-995544 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>