You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.htaccess 414B

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