How to use mod rewrite
I have migrated my website from the old server to a shared server.
All my code is in "lfdata/main/com"
under "public_html"
a shared server.
The clean url will look like this:
http: // ip-address / ~ name / how
and the rewritten url should be:
http: //ip-address/~name/lfdata/main/com/how.php
So can anyone suggest a rewrite rule to generate the above url?
0
Chetana
a source
to share