最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
wampp环境使用别名alias下用mod_rewrite方法
时间:2022-06-30 18:03:45 编辑:袖梨 来源:一聚教程网
使用wampp新建alias的时候,默认是无法使用mod_rewrite模块。
需要做一些配置:
1、wampp开启mod_rewrite
2、在alias配置文件里加入如下代码,请自行根据情况修改。
代码如下 | 复制代码 |
Alias /labs/ "E:/ecc_ecd_rep/labs_proj/trunk/" Options Indexes FollowSymLinks AllowOverride All Order deny,allow allow from all |
其中关键的是这句AllowOverride All 允许使用mod_rewrite模块
3、在.htaccess文件中,需要使用RewriteBase,不然rewrite无法生效。
举个例子:
代码如下 | 复制代码 |
RewriteEngine On # Some hosts may require you to use the `RewriteBase` directive. # If you need to use the `RewriteBase` directive, it should be the # absolute physical path to the directory that contains this htaccess file. # RewriteBase /labs/jdpat/import/api/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] |
加上这句RewriteBase /labs/jdpat/import/api/ 即可。
相关文章
- 王者荣耀侦探能力大测试攻略 王者荣耀侦探能力大测试怎么过 11-22
- 无期迷途主线前瞻兑换码是什么 11-22
- 原神欧洛伦怎么培养 11-22
- 炉石传说网易云音乐联动怎么玩 11-22
- 永劫无间手游确幸转盘怎么样 11-22
- 无期迷途主线前瞻兑换码是什么 无期迷途主线前瞻直播兑换码介绍 11-22