I have a site that was under development put on hold for a long period of time.
Now that we are going live it is shocking that google has never crawled the site.
This is one time I removed the index.php seme the urls using an htaccess file.
Could this file be causing me problems?
Here is a copy of what is in the file:
RewriteEngine on
RewriteCond $1 !^(images|admin|accordion|tinymce|js|css|sitemap.php|themes|favicon\.ico|robots\.txt|index\.php) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]