最新下载
热门教程
- 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/ 即可。
相关文章
- 碧蓝航线的里雅斯特期待的便当时间皮肤有什么 04-30
- 明日之后踏浪逐星服装展示攻略 04-30
- 深空之眼幽月塞勒涅刻印搭配核心思路 04-30
- 明日之后红杉茶会护卫队首领BOSS有哪些 04-30
- CF手游段位奖励汇总攻略 04-30
- 无期迷途5-13怎么走攻略 04-30