Sorry for noob question, can\'t understand from what I should search.
I\'m making a site with that page product.php?id=777 I\'d like it to be pro
product.php?id=777
pro
Create .htaccess file in your web root and enter following there:
Options +FollowSymLinks RewriteEngine on RewriteRule ^product/([0-9]+)$ product.php?id=$1