Options +FollowSymLinks
RewriteEngine On
# Without query string
RewriteRule ^contact$ contact.php [L]
# With query string
RewriteRule ^search/([^/.]+)?$ search.php?q=$1 [L]
← AS3 Keyboard Events
Amit Dhamu
Software Engineer
Options +FollowSymLinks
RewriteEngine On
# Without query string
RewriteRule ^contact$ contact.php [L]
# With query string
RewriteRule ^search/([^/.]+)?$ search.php?q=$1 [L]