Hi Brothers, I have problem of URL ReWriting on my system using PHP. I study different tutorial about URL ReWriting and it says that it works but it not work on my system. the mode_rewrite module is also activated. For Example i Put this rewriting rules in my .htaccess file Options +FollowSymlinks RewriteEngine on RewriteRule ^up/(.+)/(.+).tar.gzip products.php?name=$1&age=$2 [nc] but it doesn't work. please give me any suggestion for that. I use the latest WAMP server. Thanks in advance.