Welcome Guest, Not a member yet? Register   Sign In
failed to remove index.php. lamp on ubuntu 14.04
#3

Yes, finally I fixed this problem.

The solution:

1. open /etc/apache2/apache2.conf;
2. find the following lines:
  <Directory /var/www/>
          Options Indexes FollowSymLinks
          AllowOverride None
  </Directory>
3. change "AllowOverride None" to "AllowOverride All"
4. restart apache2

Then everything goes smoothly.
Reply


Messages In This Thread
RE: failed to remove index.php. lamp on ubuntu 14.04 - by billzhoudu - 09-22-2015, 04:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB