Options +FollowSymLinks RewriteEngine On # Without query string RewriteRule ^contact❯ contact.php [L] # With query string RewriteRule ^search/([^/.]+)?❯ search.php?q=$1 [L]