Thanks Weedpacket as ur help i got a page where i think my problem is solved but i need some help to understand it. Page is
http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html
In this page i read this paragraph
//-------------------------------------------------------------------------//
Some servers will not have » mod_rewrite enabled by default. As long as the » module is present in the installation, you can enable it simply by starting a .htaccess file with the command
RewriteEngine on
Put this .htaccess file in your root so that rewriting is enabled throughout your site. You only need to write this line once per .htaccess file.
//-------------------------------------------------------------------------//
Question is.
as .htaccess file calls in any .htpasswd . Is thier any need to call this file in any other file?
on the above link under this heading "Using Regular Expressions"
this command is exactly what i needed but i can not understand it how can i use this line in my php scripting.
RewriteRule products/([0-9][0-9])/$ productinfo.php?prodID=$1
Please see above link and guid me. Its very important to me to do this work. Thanks