Bookmark and Share

Lee's 程序人生

HTML CSS Javascript XML AJAX ATLAS C# C++ 数据结构 软件工程 设计模式 asp.net Java 数字图象处理 Sql 数据库
  博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

让APACHE支持url_write

Posted on 2008-07-21 22:11  analyzer  阅读(225)  评论(0编辑  收藏  举报
在WIN下 首先要载入URL_REWRITE模块 

# 开启URL重写模块
LoadModule rewrite_module modules/mod_rewrite.so

要使APACHE支持 .htaccess 还要在对应的目录将
 
AllowOverride
None
改为 All

测试: 在目录下新建一个 .htaccess 文件, 内容如下
RewriteEngine On

#  let the server know that we were reached via /xyz and not
#  via the physical path prefix /abc/def
#RewriteBase   /

#  now the rewriting rules
RewriteRule aa.html                phpinfo.php
我要啦免费统计