Thread: rewrite_mod
View Single Post
  #2 (permalink)  
Old Nov 26th, 2004, 06:51
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Ok, this is a fairly complicated and very very 'open source' part of Apache. I say this, because open source software can often be over-complicated yet very fast and powerful and that is exactly what has happened to mod_rewrite.

I've never actually use this before, so I won't try and help you from expereience...instead...
Here is the official documentation:
http://httpd.apache.org/docs/mod/mod_rewrite.html

And they also have an URL rewriting guide:
http://httpd.apache.org/docs/misc/rewriteguide.html

But most useful of all may well be this tool:
http://www.webmaster-toolkit.com/mod...enerator.shtml
which lets you input an original url and the url you want and it provides you with a rewrite rule :wink:

I hope this helps!