The following site has recently been moved over to a new server by the migration team at TSOHost
www.midsurreybowls.co.uk
The site was not displaying correctly at all. This is what tech support at TSOHost said
DNS is pointing to the new server and the site is at least loading for me, though I can see that links are not working and there are a number of errors in the browser console, mainly relating to .js and .css files. I believe this may be an issue with Gzip compression as commenting out the following from .htaccess does at least seem to improve it:
RewriteCond "%{HTTP:Accept-encoding}" "gzip"
RewriteCond "%{REQUEST_FILENAME}\.gz" -s
RewriteRule "^(.*)\.js" "$1\.js\.gz"
As it happens, mod_deflate was not already installed on the server so I do not believe that Gzip could have worked properly anyway. However, installing this has not made any difference and some of the other directives to enable it are missing from .htaccess. So potentially it is not so much Gzip that is to blame as it is the .htaccess file.
I have left the lines commented out for now but I would recommend going over this with your developer to make sure that there are no errors.
The admin section at www.midsurreybowls.co.uk/administrator is not displaying correctly at all and email links are not working (Email us at This email address is being protected from spambots. You need JavaScript enabled to view it.)
Regards
Paul
www.midsurreybowls.co.uk
The site was not displaying correctly at all. This is what tech support at TSOHost said
DNS is pointing to the new server and the site is at least loading for me, though I can see that links are not working and there are a number of errors in the browser console, mainly relating to .js and .css files. I believe this may be an issue with Gzip compression as commenting out the following from .htaccess does at least seem to improve it:
RewriteCond "%{HTTP:Accept-encoding}" "gzip"
RewriteCond "%{REQUEST_FILENAME}\.gz" -s
RewriteRule "^(.*)\.js" "$1\.js\.gz"
As it happens, mod_deflate was not already installed on the server so I do not believe that Gzip could have worked properly anyway. However, installing this has not made any difference and some of the other directives to enable it are missing from .htaccess. So potentially it is not so much Gzip that is to blame as it is the .htaccess file.
I have left the lines commented out for now but I would recommend going over this with your developer to make sure that there are no errors.
The admin section at www.midsurreybowls.co.uk/administrator is not displaying correctly at all and email links are not working (Email us at This email address is being protected from spambots. You need JavaScript enabled to view it.)
Regards
Paul
Statistics: Posted by ukfish1 — Tue Mar 26, 2024 3:28 pm