您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718
  1. AddCharset utf-8 .shtml .html .css .php .txt .js
  2. <filesMatch ".(css)$">
  3. Header set Cache-Control "max-age=0, public"
  4. </filesMatch>
  5. Options +Includes
  6. AddType text/html .shtml
  7. AddOutputFilter INCLUDES .shtml
  8. DirectoryIndex index.shtml
  9. RewriteEngine On
  10. RewriteBase /deus/
  11. RewriteRule ^(.+?)index\.html$ $1index.shtml [QSA,L]
  12. RewriteRule \.php - [NC,F,L]