New Zenner
- Join Date:
- Feb 2007
- Posts:
- 81
- Plugin Contributions:
- 0
editing .htaccess to allow tff and woff ?
Hello, I have been getting this server error:
[Fri Apr 15 12:00:16 2011] [error] [client 97.113.70.35] File does not exist: /home/USER/public_html/403.shtml, referer: [URL]http://wholesaleforms.com/includes/templates/OUR_template/css/stylesheet.css[/URL]
[Fri Apr 15 12:00:16 2011] [error] [client 97.113.70.35] client denied by server configuration: /home/USER/public_html/includes/templates/WSF_template/css/Action_Man-webfont.woff, referer: [URL]http://wholesaleforms.com/includes/templates/OUR_template/css/stylesheet.css[/URL]
[Fri Apr 15 12:00:12 2011] [error] [client 97.113.70.35] File does not exist: /home/USER/public_html/403.shtml, referer: [URL]http://wholesaleforms.com/includes/templates/OUR_template/css/stylesheet.css[/URL]
[Fri Apr 15 12:00:12 2011] [error] [client 97.113.70.35] client denied by server configuration: /home/USERl/public_html/includes/templates/OUR_template/css/Action_Man-webfont.ttf, referer: [URL]http://wholesaleforms.com/includes/templates/OUR_template/css/stylesheet.css[/URL]
```I fixed it by editing includes/.htaccess and adding tff and woff to the list of accepted file extensions. Is this a safe practice?
Thanks.