/ 代码 / 35 浏览

Typecho:伪静态.htaccess规则

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

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [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>
maofun
GPTs Works,一款第三方 GPTs 应用商店
GPTs Works,一款第三方 GPTs 应用商店
通过 Node.js 获取电脑安装的软件,支持 Windows 和 Mac 两个平台
做一个网盘搜索引擎
做一个网盘搜索引擎
OpenAI正在调查关于真实的人物的虚假,有害的陈述
Cloudflare Warp 官方客户端自选接入点IP的方法
ssh无需密码登陆(使用密钥对)

0 条评论

  1. no comments.

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注