My wordpress website is getting the below message in some Mac OS (Noticed in Yosemite 10.10.5) after migrated from 1 and 1 hosting to cloudways (Digital Ocean) server.
Forbidden
You dont have permission to access / on this server
Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request.
Domain is www.lailaloves.co.uk
My .htacesss
is written as below
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress