Sam Lefebvre

Results 2 comments of Sam Lefebvre

It looks like you have to overwrite '/volume1/web_packages/wordpress/**install**/.htaccess' instead of '/volume1/web_packages/wordpress/.htaccess', but when I create a new site with other domain and create a certificate, I get error 403. There...

It looks like I have to disable the lines specifying a site in the main .htaccess, this is not documented. ``` RewriteEngine on #RewriteCond %{HTTP_HOST} ^(www.)?saleconix.be$ RewriteCond %{REQUEST_URI} !^/install/ RewriteCond...