d
Amit DhamuSoftware Engineer
 

Clean URLs

1 minute read 00000 views
Options +FollowSymLinks
RewriteEngine On

# Without query string
RewriteRule ^contact❯ contact.php [L]

# With query string
RewriteRule ^search/([^/.]+)?❯ search.php?q=$1 [L]