Make sure the apache mod_rewrite module is enabled, then:
RewriteEngine on
RewriteRule ^/profile/([^/]*)/([^/]*)$ /profile.php?id=$1 [L]
RewriteRule ^/store/([^/]*)/([^/]*)$ /store.php?id=$1 [L]
, , PHP, ( URL-). mod_rewrite , , ( ). , [L] (), ( , ).
, , URL-, .