mod rewrite htaccess
Hi i just try to make my urls simpler for the search engines but i dont manage to get it work.
i searched all the info to the internet so i have properly changed httpd.conf
my error log for apache doesnt have something and my htaccess is like this:
Options +FollowSymLinks
RewriteBase /
RewriteEngine On
RewriteRule ^details/([0-9]+)/$ /details.php?id=$1 [PT]
but it doesnt work although when i try to edit a redirect it works fine.
any suggestion?
Thanks.
|