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 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" 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. Link to comment https://forums.phpfreaks.com/topic/81528-url-masking-like-myspace/#findComment-413947 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.