[thelist] Apache mod_rewrite

Jonathan Dillon jdillon at boehm-ritter.com
Mon Mar 21 13:03:02 CST 2005


> > And then, once they're working, put the rules in your host 
> > configuration
> instead.
> How? PEAR?

Rob:

No, put them in your apache httpd.conf file.

They usually go into your VirtualHost record, if you're using them.

Here is something to get you started, but you should probably RTFM on
this... You'll also need to learn REGEX to deal effectively with mod_rewrite
(which uses REGEX for it's rules)... 
http://www.fluidthoughts.com/howto/mod_rewrite/

Jonathan



More information about the thelist mailing list