Quick questions:
If I have this in .htaccess:
Rewriterule ^old.html new.html [L]
Then in robots.txt I have:
Disallow: new.html
What happens when googlebot attempts to crawl old.html and new.html? Assuming old.html is already indexed by google, should new.html get indexed given the scenario above? What happens to pagerank for old.html?
Thanks in advance for any info.