Hi guys,
I’m running a multisite wordpress using subsites. I succesfully created the virtual host for the main domain and set permissions to the root directly( /home/mydomain/public_html. I also modified the /etc/apache2/apache2.conf as follows:
<Directory /home/mydomain/public_html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
All the subsites are working fine but the issue(403 Forbidden) arise only when I try to map the subsite to a new domain.
Example: mysite.com works fine
Server IP Address show 403 Forbidden
As soon as I point the newdomain.com to IP Address then it goes straight to 403
Any assistance will be highly appreciated.