Forum Moderators: phranque

Message Too Old, No Replies

modRewrite not working on windows

problems with rewriting rules on w2k testing server

         

olaf

7:58 am on Nov 28, 2005 (gmt 0)

10+ Year Member



Hello,

I'm using apache on windows for several years to test my applications before publishing.

I run multiple virt. hosts without problems.

my current config:
php 4.3.10 (cgi mode)
apache 2.055

According the most tutorials there is only load the rewrite module, but it doesn't works. I have several rules they work on remoyte linux machines but not on my windows localhost.

Is there somthing wrong with my config?

regards Olaf

coopster

9:24 pm on Nov 28, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You load the module by uncommenting it in your httpd.conf file, but then don't forget to restart Apache!

olaf

9:48 pm on Nov 28, 2005 (gmt 0)

10+ Year Member



thanks, I was so far...