Page 1 of 1
URL Routing in php
Posted: Sat Jun 02, 2007 1:29 pm
by sarbas
Hi,
I want to display my registered users name in the browser(like personal sub doamain Example
http://www.domainname.com/sarbas) is it possible to display like this?
Hopefully waiting for your reply
Saravanan.K
Posted: Sat Jun 02, 2007 1:42 pm
by onion2k
It's pretty easy using Apache's mod_rewrite functionality.
Posted: Sat Jun 02, 2007 1:54 pm
by sarbas
Hi,
I dont know about mod_rewrite.where i can use this. how can i config this in my apache. I am using windows operating system.Can you explain
Regards
Saravanan.
Posted: Sat Jun 02, 2007 2:55 pm
by onion2k
You replied 12 minutes after my post. You haven't even tried to find anything out for yourself looking on Apache's site, or searching with Google. We'll help you if you're stuck on something, but don't expect forum members to do everything for you.
Posted: Tue Jun 05, 2007 12:34 am
by sarbas
hi,
I tried with google. But i don't know how to config it my machine. I am new to php.Thats why i am struggling.
Regards
Saravanan
Posted: Tue Jun 05, 2007 8:08 am
by superdezign
mod_rewrite isn't PHP. You sure you looked in the right places? That are
PLENTY of tutorials on enabling mod_rewrite, using it, and making the most out of it using proper regex.
I'm positive that you didn't
look hard enough.