I want to create a dynamic URL using .htaccess file. I designed a website, its URL is:
localhost/social_adv/
I want to create a dynamic URL like below, where the user is dynamically fetched from the database:
localhost/social_adv/user
Here's my rewrite rule:
RewriteEngine On
RewriteRule ^custom woddev/user [NC,L]