I have pages like this http://mydomain.com/posted.php?details=51 I convert the dynamic url to static like http://mydomain.com/details/51.html I need manage my robots.txt to allow index static pages, disallow others.
If the ones you want to disallow always start with posted.php, do this: User-agent: * Disallow: /posted.php Code (markup):