Keywords: WordPress Multisite - AWS - Technical issue - Other
bnsupport ID: 2fdc641c-d129-69fe-79cd-4c4d842c4d28
Description:
I've set up a WordPress HA on AWS by using this QuickStart https://aws.amazon.com/quickstart/architecture/wordpress-high-availability-bitnami/. And then i can successfully visit and access to my main Wordpress site using mydomain.com (updated the DNS settings on its provider). After that, i wanted to configure it as a Wordpress Multisite with subdirectories structure like mydomain.com/site1 and mydomain.com/site2. I've followed the instructions to enabling Multisite function, installing a network, and enabling the network (editing the lines to wp-config.php and .htaccess files), and restart the Apache service. so i am able to visit the subdirectories but it is a weird/improper format, and i am NOT able to login to its dashboard and /wp-admin.php. When i am attempting to log in, i got an error as The Page isn't Redirecting Properly on my browser. I read another instruction https://docs.bitnami.com/installer/apps/wordpress-multisite/administration/use-directories/, which says to edit the installdir/apps/wordpress/conf/httpd-app.conf, rather than .htaccess file; however, there is no such file in this specific version on AWS. Please experts advise how can i configure Multisite to use subdirectories or is there any other way i can edit the existing URL rewriting rules since i could not find httpd-app.conf file in this HA solution.
I actually didi edit .htaccess file to enable the network as required, but it does not seems to apply to conf files as htaccess.conf.
Any help would be most appreciated! Thanks in advance!