Tagged: x
-
AuthorPosts
-
May 20, 2016 at 1:04 pm #1001902
gunaParticipantThis reply has been marked as private.May 20, 2016 at 4:23 pm #1002123
gunaParticipantThis reply has been marked as private.May 20, 2016 at 8:21 pm #1002415
Rue NelModeratorHello 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/May 21, 2016 at 9:38 am #1002975
gunaParticipantI 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
May 21, 2016 at 9:57 am #1002988
ThaiModeratorGlad you’ve sorted it out.
If you need anything else, please let us know 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-995544 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
