Check this out, it may help those beginners using RewriteRule. This are the very basic examples of RewriteRule http://www.bloghash.com/2006/12/apache-mod_rewrite-examples/ http://www.askapache.com/htaccess/mod_rewrite-tips-and-tricks.html http://www.klauskomenda.com/code/rewrite-rules-practical-examples/ --- On Wed, 2/25/09, Muhammad Sohail Khan <sohail_meet@xxxxxxxxxxx> wrote: From: Muhammad Sohail Khan <sohail_meet@xxxxxxxxxxx> Subject: URL ReWriting Problem To: php-objects@xxxxxxxxxxxxxxx Date: Wednesday, February 25, 2009, 12:50 PM 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. [Non-text portions of this message have been removed]