Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Michael Jung on June 09, 2000, 04:51:08 PM

Title: mod_rewrite of Apache Server usable ?
Post by: Michael Jung on June 09, 2000, 04:51:08 PM
I tried to use the mod_rewrite module of the Apache server in e-smith 4.0b7, but I couln't  work it out.
As I understand the Apache httpd.config file, the mod_rewrite is a dynamic module and it is callable as an DSO.

Has anybody use rewrite rules ?

Michael
Title: RE: mod_rewrite of Apache Server usable ?
Post by: Gordon Rowell on June 13, 2000, 11:22:40 AM
Michael Jung wrote:

> I tried to use the mod_rewrite module of the Apache server in
> e-smith 4.0b7, but I couln't  work it out. As I understand the
> Apache httpd.config file, the mod_rewrite is a dynamic module
> and it is callable as an DSO.
>
> Has anybody use rewrite rules ?

Yes, but there be dragons. mod_rewrite is Apache's equivalent
of sendmail.cf :-)

Have you looked at the Redirect keyword - it often suffices:



  Redirect /oldurl http://new.place/newurl



What are you trying to rewrite?

Gordon