FINALLY an answer - this may happen to someone else on a simplescript install of Joomla 2.5
We commented out this from the .htaccess file inside of public_html
This was what was breaking it.
## Disallow visual fingerprinting of Joomla! sites (module position dump)
##
www.slideshare.net/brianteeman/hidden-joomla-secrets ## Improved to work more efficiently and handle template
## and tmpl query parameters
RewriteCond %{QUERY_STRING} (^|&)tmpl=component [NC]
RewriteRule .* - [L]
RewriteCond %{QUERY_STRING} (^|&)tp= [NC,OR]
RewriteCond %{QUERY_STRING} (^|&)template= [NC,OR]
RewriteCond %{QUERY_STRING} (^|&)tmpl= [NC]
RewriteRule .* - [F]