开发者

mod_rewrite module in Apache

开发者 https://www.devze.com 2022-12-30 06:51 出处:网络
i read mod_rewrite module installed in my Apache server! to implement clean url. My apache server is 2.0. I can\'t see this module in my php info. How i install this module. Do开发者_StackOverflow社区

i read mod_rewrite module installed in my Apache server! to implement clean url. My apache server is 2.0. I can't see this module in my php info. How i install this module. Do开发者_StackOverflow社区es any one tell me ?


You may need to enable it using a2enmod rewrite followed by a restart or reload of Apache.


Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line)

that is the basic way, usually new version of apache has uncomment this.


If your using php as CGI you won't see mod_rewrite in phpinfo().
(Or other apache modules for that matter.)

0

精彩评论

暂无评论...
验证码 换一张
取 消