url extensions without php lead in?

jpferrierjr

New member
My question is in reguards to url extensions (obviously). I used php to create a site with profiles. But, if you want to view a profile, the extension is:

www.examplesite.com/profile.php?view=member

But, I'm wanting it to be as so:

www.examplesite.com/member

How do I go about this? do I need to use another language or is this an option with php? I just really want to make my site user friendly and I feel that this would help. Any ideas?

Thanks in advanced. Google has not helped me with this one.
Tyler M: Do you think you could specify? I'm not wanting to hide it for security. I just want ease of access for the site. This way, a user can refernce their profile to friends easier. Most people are too lazy to type more than just a profile name extension
 
Back
Top