Forum Moderators: phranque
i am here after long time,i am sorry i am gonna ask basic things again as i asked them an year ago but since i didnt have such usage so I had forgot
now I have feq queries
1)i want to replace .php extension of with some other extension for example "xyz"
my site would have both simple url as well as complex url like [domain.com...] or
htp://domain.com/file.php?f=file2.php
these 2 schemes i have been using for my sites
2)second question is that i want user based url
i want when user go to [user1.domain.com...] it actually executes [domain.com...]
or
[domain.com...] for [user2.domain.com...]
3)need link of basic tutorial bye one of admin here in which he gives lots of easy examples
Kindly help me out
Thanks in advance
-adnan
This may be the link you were looking for:
Introduction to mod_rewrite [webmasterworld.com]
Follow the the links in the first post to the Apache documentation; The Apache URL Rewriting Guide contains many good examples.
Jim