Michael Creary wrote:
Use URL rewriting is already set to "no".
With .htaccess on I get "Error displaying the error page: Unable to load renderer class: View not found [name, type, prefix]: category, php, contentView"
With .htaccess off I get "The requested URL was not found on this server"
I no longer get the original error that exposed info about the site but I don't know what has changed to cause it.
.htaccess off I get "The requested URL was not found on this server"
Thats the key - something in your .htaccess is circumventing Joomla being able to access the files to generate the proper message.
EDIT: One of our dev gurus suggested this "Try changing Deny from all to Allow from all in your conf and see if that helps."