We have a # of rewrite rules including:
# Get rid of index.php
RewriteCond %{REQUEST_URI} /index\.php
RewriteRule (.*) index.php?rewrite=2 [L,QSA]
so /generator just takes us to our site. We renamed index.php to index2.php and it loaded fine but when we click the other tabs (Crawling, etc) it takes us to the site as well.