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"? Quote Link to comment 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. Quote Link to comment 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.