apache_conf htaccess_rewrite.md
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf htaccess_rewrite.md相关的知识,希望对你有一定的参考价值。
1. 简单的正则匹配 `()`分配组
>RewriteRule ^(.*)$ http://example.com/$1
2. 重写条件condition
>RewriteCond %{REQUEST_FILENAME} !-f
!-f 不是文件(files)或不存在
!-d 不是目录(directories)或不存在
3. options 官网把这个叫做[flag](https://httpd.apache.org/docs/current/rewrite/flags.html)
[L] 表示last 最后匹配项
4. 匹配目录(包含/)
[stackoverflow](http://stackoverflow.com/questions/8115398/mod-rewrite-htaccess-matches-files-only-need-directory-match-too)
5. Refer可以在这里找[http://www.techug.com/htaccess-snippets](http://www.techug.com/htaccess-snippets)
以上是关于apache_conf htaccess_rewrite.md的主要内容,如果未能解决你的问题,请参考以下文章
apache_conf htaccess的
apache_conf 基本认证
apache_conf 配置地图
apache_conf 更改最长执行时间
apache_conf 更改最大上传大小
apache_conf 基本认证