OneBinary
05-15-2005, 01:52 PM
Hello All,
I'm having a tough time getting my rewrite to work. I have the following URL in the following format:
domain.com/details.php?image_id=14
I want to rewrite that to something static, like maybe:
domain.com/details/14
I have the following code in my .htaccess, but it's not working:
RewriteEngine On
Options +FollowSymLinks
RewriteBase /
RewriteRule ^/details/([^.]+)$ /details.php?image_id=$1
Any ideas?
Thanks,
-Kevin
I'm having a tough time getting my rewrite to work. I have the following URL in the following format:
domain.com/details.php?image_id=14
I want to rewrite that to something static, like maybe:
domain.com/details/14
I have the following code in my .htaccess, but it's not working:
RewriteEngine On
Options +FollowSymLinks
RewriteBase /
RewriteRule ^/details/([^.]+)$ /details.php?image_id=$1
Any ideas?
Thanks,
-Kevin
