.htaccess文件内容备份

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php 
</IfModule>

    <FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf|css|txt|pdf|js|php)$">
    Header set Cache-Control "max-age=86400"
    </FilesMatch>


 RewriteCond %{HTTP_HOST} !^www.zuoone.com$ [NC]
 RewriteRule ^(.*)$ https://www.zuoone.com/$1 [L,R=301]
#2014-08-27_zuoone.com

版权属于:做one笔记

原文地址:https://www.zuoone.com/post/104.html

转载时必须以链接形式注明原始出处及本声明。

相关文章

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

不再显示