mcmuney Posted July 29, 2007 Share Posted July 29, 2007 Is there a way to acheive in php an unique url, like myspace does, without actually creating a folder? For example, "myspace.com/name"? Link to comment https://forums.phpfreaks.com/topic/62284-unique-url/ Share on other sites More sharing options...
zq29 Posted July 29, 2007 Share Posted July 29, 2007 The Apache module mod_rewrite can do this. It basically converts URLs using regular expressions. Take a look in the Apache manual for tonnes more info on how to use it. Link to comment https://forums.phpfreaks.com/topic/62284-unique-url/#findComment-309947 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.