Please I am working on a payment portal where vendors register to accept payments from customers. The issue is that vendors are suppose to have a link in this format;
www.mypaymentsite.com/vendor_username
At first i thought it was about rewriting
www.mypaymentwebsite.com?id=vendor_username
to
www.mypaymentwebsite.com/vendor_username
using .htaccess file but I realised that the page vendor_username
has to exist as i already have an index page which is the homepage of my website.
Please I know I am missing something, but what is the best way to create dynamic pages like www.mypaymentwebsite.com/vendor_username
for each vendor registered on my site.
Thanks a lot.