Wedge
Public area => The Pub => Topic started by: ziycon on June 6th, 2012, 05:35 PM
-
Just curious as to if the downtime that the site gets every now and then is down to the ongoing development of wedge or is it a server issue that hasn't been resolved as of yet?
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
-
Server issue in this case...
-
Yeah, there's been that over the last few days but I thought it had all cleared up now.
-
Is it load issues or host issues!? If it's load issues, try blocking baidu as it's know to eat bandwidth. The below htaccess snippet should do it.
RewriteCond %{HTTP_USER_AGENT} Baiduspider
RewriteRule ^.*$ http://127.0.0.1 [R,L]
RewriteCond %{HTTP_USER_AGENT} Baidu
RewriteRule ^.*$ http://127.0.0.1 [R,L]
-
It's a host issue