I am currently interpreting wild-cards subdomains with php, and I would like to process them using .htaccess, user profiles will be accessed at http://username.mysite.com/ (or for some http: // www. username.mysite.com/ ) which should use /main.php?action=profile
The hardest part of this is to make the message / error / i + am + a + test + or /files/iamatestfile.jpg go to & error = i + am + a + test + message or / amp; files = iamatestfile.jpg
Thanks for any help!
Anthony
source
share