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

Размер файла: 3.45Kb
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine On
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteRule ^(.*)/$ /$1 [L,R=301]
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteRule ^ index.php [L]
  7. </IfModule>
  8.  
  9. DirectoryIndex index.php
  10. AddDefaultCharset UTF-8
  11. Options -Indexes
  12.  
  13. FileETag MTime Size
  14. <ifmodule mod_expires.c>
  15. <filesmatch ".(ico|jpg|gif|png|css|js)$">
  16. ExpiresActive on
  17. ExpiresDefault "access plus 1 month"
  18. </filesmatch>
  19. </ifmodule>
  20.  
  21. <IfModule mod_expires.c>
  22. ExpiresActive On
  23. ExpiresByType image/x-icon "access plus 2 weeks"
  24. ExpiresByType image/png "access plus 2 weeks"
  25. ExpiresByType image/jpeg "access plus 2 weeks"
  26. ExpiresByType image/gif "access plus 2 weeks"
  27. ExpiresByType text/javascript "access plus 1 week"
  28. ExpiresByType text/css "access plus 1 week"
  29. </IfModule>
  30.  
  31. <IfModule mod_headers.c>
  32. <FilesMatch .*\.(js|css)$>
  33. Header set Cache-control: private
  34. </FilesMatch>
  35.  
  36. <FilesMatch .*\.(gif|jpg|png)$>
  37. Header set Cache-control: public
  38. </FilesMatch>
  39. </IfModule>
  40.  
  41. AddType audio/basic .au .snd
  42. AddType audio/mpeg .mpga .mp2 .mp3
  43. AddType audio/x-pn-realaudio-plugin .rpm
  44. AddType audio/x-realaudio .ra
  45. AddType audio/x-wav .wav
  46. AddType video/x-sgi-movie .movie
  47. AddType model/vrml .wrl .vrml
  48. AddType text/css .css
  49. AddType text/richtext .rtx
  50. AddType text/sgml .sgml .sgm
  51. AddType text/xml .xml
  52. AddType application/msword .doc
  53. AddType application/vnd.ms-excel .xls
  54. AddType application/vnd.ms-powerpoint .ppt
  55. AddType application/postscript .ai .eps .ps
  56. AddType application/x-shockwave-flash .swf
  57. AddType text/html .html .htm
  58. AddType text/plain .txt .asc
  59. AddType application/octet-stream .bin .exe
  60. AddType application/oda .oda
  61. AddType application/pdf .pdf
  62. AddType application/rtf .rtf
  63. AddType image/gif .gif .gif
  64. AddType image/ief .ief
  65. AddType image/jpeg .jpeg .jpg .jpe .JPG
  66. AddType image/tiff .tiff .tif
  67. AddType image/x-portable-anymap .pnm
  68. AddType image/x-portable-bitmap .pbm
  69. AddType image/x-portable-graymap .pgm
  70. AddType image/x-portable-pixmap .ppm
  71. AddType image/x-rgb .rgb
  72. AddType image/x-xbitmap .xbm
  73. AddType image/x-xpixmap .xpm
  74. AddType image/x-xwindowdump .xwd
  75. AddType audio/x-aiff .aif .aiff .aifc
  76. AddType audio/x-pn-realaudio .ram .rm
  77. AddType video/mpeg .mpeg .mpg .mpe
  78. AddType video/quicktime .qt .mov
  79. AddType video/x-msvideo .avi
  80. Addtype application/vnd.sonyericsson.mms-template .tpl
  81. Addtype application/vnd.wap.wmlc .wmlc
  82. Addtype application/vnd.wap.wmlscriptc .wmlsc
  83. Addtype application/vnd.eri.thm .thm
  84. Addtype application/vnd.mophun.application .mpn
  85. Addtype application/vnd.mophun.certificate .mpc
  86. Addtype application/x-gtar .gtar
  87. Addtype application/x-tar .tar
  88. Addtype application/x-zip-compressed .zip
  89. Addtype application/x-rar-compressed .rar
  90. Addtype application/vnd.wap.mms-message .mms
  91. Addtype application/smil .smil
  92. Addtype application/smil .smi
  93. Addtype application/java-archive .jar
  94. Addtype application/vnd.symbian.install .sis
  95. Addtype application/vnd.smaf .mmf
  96. Addtype application/x-tar .hid
  97. Addtype text/vnd.wap.wml;charset=utf-8 .wml
  98. Addtype text/vnd.wap.wmlscript .wmls
  99. Addtype text/x-vmel .mel
  100. Addtype text/vnd.sun.j2me.app-descriptor;charset=UTF-8 .jad
  101. Addtype text/x-vmel .emy
  102. Addtype text/x-imelody .imy
  103. Addtype text/x-emelody .emy
  104. Addtype text/x-vcard .vcf
  105. Addtype text/x-vcalendar .vcs
  106. Addtype text/calendar .ics
  107. Addtype audio/imelody .imy
  108. Addtype audio/amr .amr
  109. Addtype audio/x-wav .wav
  110. Addtype audio/wav .wav
  111. Addtype audio/midi .midi .mid
  112. Addtype audio/rmf .rmf
  113. Addtype image/png .png
  114. Addtype image/bmp .bmp
  115. Addtype image/vnd.wap.wbmp .wbmp
  116. Addtype video/mp4 .mp4
  117. Addtype video/3gpp .3gp