Hi everyone. I'm new here. I have it on good authority that this is the place to get accurate advice on all things of this nature so here goes. I've just created a site in php. I have a rewrite rule in my .htacess file to rewrite all my .php files to .html When creating my robots.txt, what extension do I reference when allowing / disallowing robots (the original .php or the rewrite .html, or both)? If I had a function (e.g. function.php) would I need to disallow that too - if so, would I reference it as .php or .html (because of my htaccess rewrite rule) ? One last question. Is it wise move to put all my includes in an /include/ sub folder and disallow that too ? Best regards and thanks in advance. Lee.