deus-gaming/.htaccess
2020-02-09 14:00:12 -05:00

16 lines
327 B
ApacheConf

AddCharset utf-8 .shtml .html .css .php .txt .js
<filesMatch ".(css)$">
Header set Cache-Control "max-age=0, public"
</filesMatch>
Options +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
DirectoryIndex index.shtml
RewriteEngine On
RewriteBase /deus/
RewriteRule ^(.+?)index\.html$ $1index.shtml [QSA,L]