I am not sure if this should be posted here or in test forum but here it is. Does anubody have any idea on how to make phpBB forum google friendly i.e. it would index my pages.Just do a search for mod_rewrite and?and look at the pages that come back, what else? This topic has come up MANY MANy times here on Ozzu, and there's tons of information on Google. mod_rewrite is what you need to search for to find information on what you want to do maybe he meant to ask what to do after mod rewrite?I am looking for an answer to that question right now too...To actually produce the artificial URLs on your site (as opposed to mod_rewrite reading the fake URLs and displaying the correct one), would depend entirely upon the script being used.But, most of the questions regarding this, relating to mod_rewrite, describe both processes.Hi,I have also a similar question Well, I am working over one site and use Undexu. So all links aren't SE friendly Something like http://www.bestcatalog.net/browse.php?cat=5892675 in my .htaccess I wrote:------------RewriteEngine OnRewriteRule ^category(.*).html browse.php?cat=$1RewriteRule ^detail(.*).html detail.php?id=$1RewriteRule ^cat_more(.*)-(.*).html browse.php?cat=$1&pg_which=$2------------so now I can use http://www.bestcatalog.net/category5892675.htmlhttp://www.bestcatalog.net/cat_more57927-2.html http://www.bestcatalog.net/detail2116.htmlBut visitors see http://www.bestcatalog.net/browse.php?cat=XXX and I am not too good with php, so I am not sure I can re-write my code... Do you think Google will index my pages? Or RewriteEngine On doesn't enough and I must change php files too? Many thanks,NatYou actually have to edit the PHP files too to send out the new URLs. Ok, thanks AxeNati have finally - after a year almost figured these things on my own and was able to modify my forum similar to what bigwebmaster did here. Better late than nevercongrats