Rewrite Rule in PHP

RewriteRule    ^users/([a-zA-z0-9-_+.(),|&]+).html?$   users/details.php?username=$1    [NC,L]    # Handle product requests

 

 

users/uspmca.html => users/details.php?username=uspmca

Similar Posts

One Comment

  1. All languages should have their own rules. PHP also has some of the rules. But i didn’t come to know those. Now i get PHP rules only because of you.

Leave a Reply

Your email address will not be published. Required fields are marked *