faiz14

fix .htaccess not working

May 20th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. open apache2.conf
  2. /etc/apache2/apache2.conf
  3. change conf to allow .ht file
  4. <FilesMatch "^\.ht">
  5. AllowOverride None
  6. </FilesMatch>
  7. and run
  8. sudo a2enmod rewrite
  9. sudo service apache2 restart
Advertisement
Add Comment
Please, Sign In to add comment