Comments on: How to Install WordPress with FAMP Stack in FreeBSD https://www.tecmint.com/install-wordpress-in-freebsd-with-apache/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Sat, 30 Jan 2021 02:15:22 +0000 hourly 1 By: Eduardo Cere https://www.tecmint.com/install-wordpress-in-freebsd-with-apache/comment-page-1/#comment-1425045 Sat, 30 Jan 2021 02:15:22 +0000 https://www.tecmint.com/?p=27977#comment-1425045 Permalink set to “Post Name” does not work. If you click any of the links of the theme you install like “About Us” you get an error saying that the page can’t be found.

]]>
By: Andrew https://www.tecmint.com/install-wordpress-in-freebsd-with-apache/comment-page-1/#comment-1240756 Mon, 09 Sep 2019 23:23:57 +0000 https://www.tecmint.com/?p=27977#comment-1240756 Just so you know, when I do the following command:

# chmod -R 775 root:www /usr/local/www/apache24/data/

I get:
chmod: root:www: No such file or directory

It should just be:

# chmod -R 775 /usr/local/www/apache24/data/
]]>