I'm installing drupal 7 on a remote server. After running tar -xvzf on the install file and moving all the files to a folder just under the public_html folder I enter the site url in to a browser. The result is a 500 server error. If I then rename the .htaccess file to hide.htaccess.hide the install process will begin. I've experimented w/ the line:
RewriteBase /drupal
with various paths/folders that make sense but always still a 500 error.
Questions:
- What is the .htaccess file doing to prevent the install?
- What is the issues if any of doing the rename?