php - Why does renameing .htaccess file allow for drupal 7 install on remote server? -


i'm installing drupal 7 on remote server. after running tar -xvzf on install file , moving files folder under public_html folder enter site url in browser. result 500 server error. if rename .htaccess file hide.htaccess.hide install process begin. i've experimented w/ line:

rewritebase /drupal 

with various paths/folders make sense still 500 error.

questions:

  1. what .htaccess file doing prevent install?
  2. what issues if of doing rename?

by default apache allow override limited settings throught .htaccess file, .htaccess file provided drupal overrides more items allowed need enable allow override setting in vhost config file like...

allowoverride accessfilename .htaccess 

please refer following links more details

how set allowoverride all

https://www.drupal.org/getting-started/clean-urls


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo