1 Star 0 Fork 41

qingzhu562 / easyswoole

forked from EasySwoole / easyswoole 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess-apache 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
kiss291323003 提交于 2017-03-15 20:16 . add ide helper
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] fcgi下无效
RewriteRule ^(.*)$ http://127.0.0.1:9501/$1 [QSA,P,L]
#请开启 proxy_mod proxy_http_mod requset_mod
</IfModule>
PHP
1
https://gitee.com/qingzhu562/easyswoole.git
git@gitee.com:qingzhu562/easyswoole.git
qingzhu562
easyswoole
easyswoole
master

搜索帮助