сss (9) сss3 (14) ajax (2) css (42) drupal (7) Fix IE6 (4) font (4) html (23) javascript (22) jQuery (15) js (5) less (1) php (1) scss (1) soft (2) vue (1) webstorm (1) wordpress (1)

Три вещи для файла .htaccess

1. странички ощибок:

ErrorDocument 400 /errors/400.html
ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html


2.Запрет на отображения содержимого директории:
Options -Indexes

3. Кадировка для всех файлов сайта:

< filesmatch "\.(htm|html|css|js)$" >
AddDefaultCharset UTF-8
< /FilesMatch >