5 Star 11 Fork 3

huagelong/mycmf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rewrite.txt 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
huagelong 提交于 2013-08-05 19:59 . rewrite 及其他
============apache httpd=========
<VirtualHost *>
DocumentRoot D:\www\repos\mycmf
ServerName mycmf-dev.com
ServerAlias www.mycmf-dev.com
SetEnv APPLICATION_ENV "development"
ErrorLog logs/default-error_log
<Directory "D:\www\repos\mycmf">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
==========nginx===============
location / {
if (!-e $request_filename) {
rewrite ^/(.*) /index.php last;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/huagelong/mycmf.git
git@gitee.com:huagelong/mycmf.git
huagelong
mycmf
mycmf
master

搜索帮助