|
|
默认伪静态规则- <IfModule mod_rewrite.c>
- RewriteEngine on
- RewriteOptions MaxRedirects=1
- RewriteBase /
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteCond %{REQUEST_FILENAME} !-l
- RewriteRule ^([a-zA-Z0-9_-]+)$ redirect.php?alias=$1 [L]
- </IfModule>
复制代码 脚本安装在域名子目录 xxx.com/phurl/
想这样访问 xxx.com/go/title
求教! |
|