Multisite subfolders on a raspberry pi
-
Installing on a Pi5 running Debian Bookworm release 12, WordPress version is 6.7.2
I installed LAMP and then WordPress on the Pi, also installed phpmyadmin. All worked well up to this point. Then I followed instructions how to setup multisite, followed those instructions, edited .htaccess and wp-config.php as instructed.
I can see the Network setup screens as expected, I was only given the choice to create subfolders, I believe because wordpress is located at /var/www/html/wordpress. So I change permalinks to by day and name.
Next step was to add a site, subfolder folder name site1. WordPress makes the correct database entries but does not create the subfolder under wordpress, so no /var/www/html/wordpress/site1, I dont’get an error but if I choose to got to the new site I get a “Not Found” error which is probably because there is no /site1 subdirectory.
I have tried reinstalls in a number of ways and effectively get the same results, the wordpress install functions but not the multisite subfolder install… What am I doing wrong?
I did apply privileges and ownership to the folder prior to doing any site additions.
sudo chmod 755 site1 -R
sudo chown www-data site1 -R
Please help
Juan
- You must be logged in to reply to this topic.