Wholife

文章 分类 评论
25 7 6

站点介绍

菩提本无树-明镜亦非台

typecho伪静态.htaccess规则

Life 2022-10-19 420 0条评论 互联网linux

首页 / 正文

如题,typecho伪静态.htaccess规则,备用。

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

http跳转https的.htaccess规则

<IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /
 RewriteCond %{SERVER_PORT} 80
 RewriteRule ^(.*)$ https://0wu.org/$1 [R=301,L]
</IfModule>

评论(0)

最新评论

  • essay writer

    These are genuinely wonderful ideas in about blogging. You have touched some good things here. Any way keep up wrinting.

  • dissertation writers

    Hello There. I discovered your blog using msn. That is a really neatly written article. I will be sure to bookmark it and return to read extra of your useful info. Thank you for the post. I will certainly comeback.

  • 网友小宋

    反正都是草民,谁管都一样。

  • 网友小宋

    为什么我rss抓不到更新啊

  • Website Speed Test

    Fine way of telling, and pleasant post to obtain data regarding my presentation subject, which i am going to deliver in college.

  • 网友小宋

    给我友联改好

日历

2024年04月

 123456
78910111213
14151617181920
21222324252627
282930    

标签云

友情链接

文章目录

推荐关键字: css Linux