Click to See Complete Forum and Search --> : Apache Mod help


xangelusx
09-17-2002, 05:03 PM
Hello,

I'm using the Apache rewrite_mod to create the effect of mulitple user directories that are actually served from a single page.

basically, i want requests to "http://my.server.com/users/whatever/" to be sent to "http://my.server.com/users/index.php?req=whatever".

So far I'm only getting a lot of Internal Server Errors. Anyone played around with this mod? The documentation is pretty cumbersome.

Thanks,
CDB

jstarkey
09-20-2002, 12:47 PM
First, do you have the rewrite engone turned on?

Disclaimer: we use it on a lot of sites, but I'm rarely the one configuring it. Thought I'd jump in, since there were no replies.

xangelusx
09-24-2002, 04:10 PM
J,

Yar, it was turned on. However, we soon realized that the mod_rewrite was causing our server to crash and some how nuked the kernal. As you can expect, we are trying to avoid using it now.

Regards,
Chris Bloom