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!
Query String Masking???
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: Query String Masking???
I have done it a while back, I think it was with the htaccess file