Trying to get domain.com/keyword to rewrite to domain.com/index.php?id=keyword
Using the following code but not working:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/(.*)$ index.php?id=$1 [L]
What am I missing here?
Using the following code but not working:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/(.*)$ index.php?id=$1 [L]
What am I missing here?