[Solved] Set a unique URL for each user profile

[ad_1]

This isn’t really a PHP question. You’ll need to use a .htaccess file (if you’re using an Apache server) or equivalent. You’ll need to add a line, something like the following:

RewriteRule ^([a-z]+)$ docname.php?u=$1

[ad_2]

solved Set a unique URL for each user profile