Просмотр файла .htaccess

Размер файла: 2Kb
  1. Addtype application/zip .zip
  2. Addtype application/x-rar-compressed .rar
  3. AddType application/vnd.sonyericsson.mms-template tpl
  4. AddType application/vnd.eri.thm .thm
  5. AddType application/vnd.mophun.application .mpn
  6. AddType application/vnd.mophun.certificate .mpc
  7. AddType application/vnd.smaf .mmf
  8. AddType application/x-tar .hid
  9. Addtype application/smil .smil
  10. Addtype application/smil .smi
  11. Addtype application/java-archive .jar
  12. Addtype application/vnd.symbian.install .sis
  13. Addtype application/vnd.wap.mms-message .mms
  14. Addtype application/octet-stream .exe
  15.  
  16. Addtype text/x-imelody .imy
  17. Addtype text/x-emelody .emy
  18. Addtype text/x-vcard .vcf
  19. Addtype text/x-vcalendar .vcs
  20. Addtype text/calendar .ics
  21. AddType text/vnd.sun.j2me.app-descriptor;charset=UTF-8 .jad
  22. addtype text/x-vmel .mel
  23. addtype text/x-vmel .emy
  24.  
  25. addtype audio/imelody .imy
  26. AddType audio/amr .amr
  27. AddType audio/x-wav .wav
  28. Addtype audio/wav .wav
  29. Addtype audio/midi .midi
  30. Addtype audio/midi .mid
  31. Addtype audio/rmf .rmf
  32.  
  33. Addtype image/jpeg .jpg
  34. Addtype image/jpeg .jpeg
  35. Addtype image/gif .gif
  36. Addtype image/png .png
  37. Addtype image/bmp .bmp
  38.  
  39. AddType video/mp4 .mp4
  40. Addtype video/3gpp .3gp
  41.  
  42. RemoveHandler .phtml .php3 .php4 .php5 .php6 .phps .cgi .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py
  43. AddType application/x-httpd-php-source .phtml .php3 .php4 .php5 .php6 .phps .cgi .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py
  44.  
  45. php_flag display_errors 0
  46. php_value error_reporting 7
  47. php_value register_globals 0
  48. php_flag session.use_trans_sid off
  49. php_value magic_quotes_gpc 0
  50. php_value magic_quotes_runtime 0
  51. php_value magic_quotes_sybase 0
  52. php_value allow_url_fopen 0
  53. php_value arg_separator.output "&"
  54. DirectoryIndex index.php
  55. AddDefaultCharset UTF-8
  56. Options -Indexes
  57.  
  58. RewriteEngine On
  59. RewriteCond %{REQUEST_METHOD} ^TRACE
  60. RewriteRule .* - [F]
  61.  
  62. ErrorDocument 402 http://johncms.com/?err
  63. ErrorDocument 403 http://johncms.com/?err
  64. ErrorDocument 404 http://johncms.com/?err
  65. ErrorDocument 500 http://johncms.com/?err