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. Does any one tell me ?
i read mod_rewrite module installed in my Apache server! to implement clean url. My
Share
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.