Reply
Thu 10 Mar, 2005 01:02 am
Hi,
I'm new to PHP. I want to know from the scratch what we should do for url rewriting. I've studied in lot of sites but i couldn't get what exactly we should do?
There are basically 2 steps. Make your dynamic script link to non-existent urls and then use mod_rewrite to make those url requests work from existing files.
Precisely how to do that depends on your setup.