rewrite
Posted by: Nate B (---.eplt.washington.edu)
Date: December 13, 2005 10:16PM

I am trying to work with subdomains and WAMP

I think I need the RewriteEngine on

however this crashes my WAMP server when i put it in httpd.conf

any tips?

Thanks

Options: ReplyQuote
Re: rewrite
Posted by: Romain Bourdon (---.fbx.proxad.net)
Date: December 13, 2005 10:31PM

just uncomment this line

LoadModule rewrite_module modules/mod_rewrite.so

it should work (it does on my wamp).

Romain

Options: ReplyQuote
Re: rewrite
Posted by: George (---.pwayne01.pa.comcast.net)
Date: December 18, 2005 09:45PM

you would need to uncomment two lines (Remove the # symbol).

#LoadModule rewrite_module modules/mod_rewrite.so

And

#AddModule mod_rewrite.c

Options: ReplyQuote


Sorry, only registered users may post in this forum.