开启XAMPP的mod_rewrite功能
Neyond at January 30th. 2008, 3:28am in Web development
如果你在本地安装xampplite以用来调试WordPress的话,你会发现XAMPP的mod_rewrite功能不可用。其实默认情况下它是关闭的,你需要简单做如下两步,就能把它启动:
首先把在C:\Program Files\xampp\apache\conf 这个文件夹下的httpd.conf文件用记事本打开编辑,找到如下一句:
#LoadModule rewrite_module modules/mod_rewrite.so
将前面的#号去掉,变成:
LoadModule rewrite_module modules/mod_rewrite.so
Tagged with: mod_rewrite, xampp
This entry was posted on January 30th. 2008, 3:28am and is filed under Web development. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply
No Comments