sudo a2enmod rewrite sudo /etc/init.d/apache2 restart cd /etc/apache2/mods-enabled grep mod_rewrite *
Fix these things
#sudo vi /etc/apache2/site-avaliable/default
then find the following
Options Indexes FollowSymLinks MultiViewsChange it to
AllowOverride None
Order allow,deny
allow from all
Options Indexes FollowSymLinks MultiViewsThen restart your vsftp.
AllowOverride all
Order allow,deny
allow from all
No comments:
Post a Comment