Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Archives for rewrite

January 28, 2020

WordPress Permalinks Not Working

Here’s a couple of things you can do to check if WordPress permalinks is not working.

  1. Make sure .htaccess has the right permissions.
  2. Make sure a2enmod Apache module is enabled.
  3. Restart the Apache server.
chmod 664 /var/www/domain.com/.htaccess
a2enmod rewrite
systemctl restart apache2

chmod 664 /var/www/domain.com/.htaccess a2enmod rewrite systemctl restart apache2

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021