Search results

  1. mikelons

    Can no longer serve gzip compression since update to Apache 2.4

    Here is the code in my htaccess file that was working to compress all file types using the DEFLATE module. However since the update this no longer works, I have been googling how to get it to work for the past two hours with nothing working. Can you please provide me with a snippet of code that...
  2. mikelons

    Files not uploading via FTP

    Upload now live after 16 minutes.
  3. mikelons

    Files not uploading via FTP

    Last uploaded file was /stylesheets/css-min.css at 02:34:24 and it is still not live on the server, 13 minutes after the upload.
  4. mikelons

    Files not uploading via FTP

    Filezilla isn't giving me an issue; all uploads are successful. When the webpage is refreshed (with or without cache) the new file isn't on the server. The latest file upload seems to be present on the server now, so maybe it's just taking a really long time to be updated on the server? If you...
  5. mikelons

    Files not uploading via FTP

    I am having issues uploading my files at the moment. Files were uploading fine up until a few minutes ago (approx. 2014-10-27-20:00 GMT+0). I am on the xo1 server and my domain name if you need it is http://www.mikelonsdale.co.uk. I am using Filezilla v.3.9.0.5, there is an update for a new...
  6. mikelons

    mod_pagespeed

    Is mod_pagespeed installed?
  7. mikelons

    gzip compression

    Thank you very much, it's greatly appreciated.
  8. mikelons

    gzip compression

    Does that include svg images? I amended my code to include that but according to page speed insights (https://developers.google.com/speed/pagespeed/insights/?url=mikelonsdale.co.uk) svg is the only format not compressed. Updated code: # BEGIN GZIP # mod_gzip compression (legacy, Apache 1.3)...
  9. mikelons

    gzip compression

    Is gzip compression enabled in the litespeed.config? I'd like to serve compressed files but unable to. If it is how can I go about setting it in the .htaccess file? This is what I have in my .htaccess file at the moment: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE...
  10. mikelons

    PHP email header not allowing mail to be received.

    Hello, I am still having issues with emails not arriving in my account due to the PHP email header in my code that allow me to format the emails users send me. The header are simple and should allow emails to arrive in my inbox without issue. I am on server named "absolut" and my email address...
  11. mikelons

    Email Still not working

    Doesn't matter now, I was looking for similar issues online when I few websites said that personal mail headers using the mail() function can sometimes mess up depending on how servers are configured. So I changed my php script and I am now receiving email sent from my site. My script was...
  12. mikelons

    Email Still not working

    Hello again, So I have had to open another thread because my previous post was closed and the issue still unresolved. My issue it that for some reason emails ending in: @gmail.com @hotmail.com @yahoo.com Do not work. The emails that do make it to my inbox however are emails ending in...
  13. mikelons

    Emails not working?

    I tested a few email address in my php form. It seems that the only email providers that are getting blocked(that I've tested) are: @gmail.com @hotmail.com @yahoo.com Emails that did make it to my inbox(that I've tested) are: @karoo.co.uk @me.uk @icloud.com @hotmail.co.uk @gmail.co.uk Seems...
  14. mikelons

    Emails not working?

    They are being sent to mike@mikelonsdale.co.uk, However I tried sending them to my personal email address and the issue still persist. Thank you for your quick response. Mike
  15. mikelons

    E-mail isn't working

    My issue is with users entering emails in my php form that I'm not receiving, emails provders like gmail, hotmail and yahoo will not make it to my inbox, however test@test.com will. I have had no problem sending emails from my account however.
  16. mikelons

    Emails not working?

    Hi I have just spent 4 hours trying to fix my php form script that wasn't broken.It seems that my email account is having an issue with receiving emails when a user on my site enters their email address into an input field, where their email providers are @gmail @hotmail etc.I entered...
Top