mod_rewrite: A Beginner's Guide to URL Rewriting
in PHP added by goodphptutorials, on 31/1/2007 beginner tutorials mod_rewrite url
Most of you will have read and/or heard about mod_rewrite -- yes, it's an Apache module, and it's even installed by default! Go and check your modules directory (note that under *nix operating systems there's a chance that your Apache was compiled with missing mod_rewrite, in which case, consult your sysadmin).
comment save report