Hi I am not sure what to do here, on MOD Rewrite. Can someone put the below links into Rewrite lang for me. I want the search engines to crawl through my dynamic pages. http://www.charityemployers.com/info.php?jobid=19 http://www.charityemployers.com/resource.php?resourceid=3&titleid=1 http://www.charityemployers.com/article.php?articleid=7&titleid=1 http://www.charityemployers.com/help.php#10 Here is what I have in the ..htaccess RewriteEngine on RewriteRule ^srch/([^/\.]+)/?$ index.php?srch=$1 [L] But this does not work..... Please help, put the above in what I should have so I can just and paste into my site. Thanks