Search results

  1. H

    Deny accss to a log file using .htaccess

    Hi, I am trying to deny access to a logfile for paypal, and it seems it does not work to do so. I have tried this: <Files ~ "\.(log)$"> order allow,deny deny from all </Files> I have also tried other similar, blocking only the particular file and nothing works. Thanks
  2. H

    add charset to http header using htaccess

    Hi I been trying to add charset= utf-8 using htaccess. It works on my php files and if I add AddDefaultCharset UTF-8 that I read is supported by Litespeed I get for the php files this http header: Content-Type => text/html; charset=UTF-8 However it does not work on .css or .js files, I get this...
Top