mcondiff Posted December 13, 2007 Share Posted December 13, 2007 I am having a hard time figuring out how I would achieve url-masking (if thats what they use) on Myspace. I need for users to be able to look at a profile using http://www.mysite.com/tomjones. However, right now I have something to the effect of http://www.mysite.com/profile.php?profile=tomjones Is it possible to mask the URL from profile.php?profile=tomjones to mysite.com/tomjones. I have read that I can do it in frames or by editing .htaccess file in apache. Can someone point me in the right direction? Thanks Mike Quote Link to comment https://forums.phpfreaks.com/topic/81528-url-masking-like-myspace/ Share on other sites More sharing options...
phpQuestioner Posted December 13, 2007 Share Posted December 13, 2007 look into "htaccess" Quote Link to comment https://forums.phpfreaks.com/topic/81528-url-masking-like-myspace/#findComment-413944 Share on other sites More sharing options...
cooldude832 Posted December 13, 2007 Share Posted December 13, 2007 fyi if you are unsure of the .htaccess go to the apache help board here cause you can cause some serious issues if you mess it up. Also .htaccess updates when serve refreshes. Quote Link to comment https://forums.phpfreaks.com/topic/81528-url-masking-like-myspace/#findComment-413947 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.