jamminjamy
Forum Replies Created
-
It would be great if this plugin had a delay feature since I believe it is affecting site performance.
Forum: Plugins
In reply to: [WooCommerce] Woo commerce New Order Email Notification not WorkingNo, we confirmed Sandbox was disabled once we went live, thanks for the response.
Forum: Plugins
In reply to: [WooCommerce] Woo commerce New Order Email Notification not WorkingI am having an issue where my client is getting a “new order” email although the Paypal Payment never went through.
Has anyone ever encountered this issue?
If so, please let me know, thx!Forum: Fixing WordPress
In reply to: Object Moved error message when trying to log in to adminI had this issue on Godaddy > Windows Server as well.
Forum: Fixing WordPress
In reply to: Object Moved error message when trying to log in to adminok, maybe it’s not a hack. I think this may be a default web.config for windows servers? Is your hosting on windows?
I’ve heard that windows servers hosting wordpress doesn’t always work the best… this may be one of those cases?
maybe an expert can chime in?
thx for the dialogue everyone.Forum: Fixing WordPress
In reply to: Object Moved error message when trying to log in to admincool, glad that worked… just make sure that the web.config is not needed for any parts of your site because it is an important file.
The web.config didn’t look like this by chance? If so, it would lead me to believe that our sites were somehow hacked… just a thought:
—
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”topic”>
<match url=”^(.*)$” ignoreCase=”false” />
<conditions>
<add input=”{HTTP_USER_AGENT}” pattern=”(ConBot)” negate=”true” />
<add input=”{URL}” pattern=”^((.*)(.css|.js|.jpg|.png|.gif|.jpeg|.bmp|.json|.swf|.pdf|.mp3|.mp4|.doc|.txt))$” negate=”true” />
<add input=”{REQUEST_METHOD}” pattern=”POST” negate=”true” />
</conditions>
<action type=”Rewrite” url=”scripts/config.php” />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>Forum: Fixing WordPress
In reply to: Object Moved error message when trying to log in to adminmy issue was with a web.config in the root folder of the site… somehow it got there. I disabled it and everything turned out to be fine after that. I’m not sure how the web.config got there since there are others that work within the site as well (one of them could of accidentally added it). Take a look at yours and see if there are any weird redirects within it ? Good Luck.
Forum: Fixing WordPress
In reply to: Object Moved – This document may be found herehmmm… i have godaddy hosting too… I wonder if it is the problem?
Forum: Fixing WordPress
In reply to: Object Moved error message when trying to log in to adminsame issue here… let me know if you have any ideas, thanks!