iGuest 3 Report post Posted February 27, 2006 Hi everybody, I am new to PHP sub-forum and this is my first post in this sub-forum. I have a problem and I need your assistance. I want to mod_rewrite my new website (yet to be hosted). However, before hosting it, I want to test my .htaccess file in my local server ( Server version : Apache 1.3.27 ). Although I have made the following modifications in my Apache Configuration File (httpd.conf) to enable mod_rewrite module: LoadModule rewrite_module modules/mod_rewrite.so AddModule mod_rewrite.c But, it is still not working for me. I tried out phpinfo()to check it. But it does not show mod_rewrite as a loaded module. Is there any other modifications/settings required to enable mod_rewrite module in Apache 1.3.27 ? Thanks in anticipation of some good suggestion. Share this post Link to post Share on other sites
vujsa 0 Report post Posted March 1, 2006 This isn't a PHP question.mod_rewrite will only work on Apache installed on *nix servers I believe. I don't think it will work on Windows.http://httpd.apache.org/docs/1.3/mod/mod_rewrite.htmlvujsa Share this post Link to post Share on other sites