Query String Masking???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
brideas
Forum Newbie
Posts: 1
Joined: Sat Jul 12, 2008 10:58 pm

Query String Masking???

Post by brideas »

Greetings,

I have an interesting question, I have seen PHP websites that have URL's that have this kind of format:

http://www.somewebsite.com/index.php/page/about_us

Which I am assuming would be the equivalent of http://www.somewebsite.com/index.php?page=about_us

I would like to get that similar masking... can it be done and if so, how?

Thanks!
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Query String Masking???

Post by jaoudestudios »

I have done it a while back, I think it was with the htaccess file
Post Reply