Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- open apache2.conf
- /etc/apache2/apache2.conf
- change conf to allow .ht file
- <FilesMatch "^\.ht">
- AllowOverride None
- </FilesMatch>
- and run
- sudo a2enmod rewrite
- sudo service apache2 restart
Advertisement
Add Comment
Please, Sign In to add comment