This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
High Performance / Re: 403 forbidden in subdomain or secondary domain
« on: March 04, 2019, 03:13:42 PM »this is a security issue when you remove that config, you have instruction how to do that properly on the cwp wiki
http://wiki.centos-webpanel.com/options-followsymlinks-not-allowed
Thanks!!!, it worked perfectly with this fix.
2
High Performance / Re: 403 forbidden in subdomain or secondary domain
« on: March 04, 2019, 12:40:08 AM »
Thank you very much for your help!
Finally I deleted this line in the vhost (apache) in the domain configuration and it worked.
<Directory "/xx/xx/xx">
Options -Indexes -FollowSymLinks
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
Finally I deleted this line in the vhost (apache) in the domain configuration and it worked.

<Directory "/xx/xx/xx">
Options -Indexes -FollowSymLinks
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
3
High Performance / Re: 403 forbidden in subdomain or secondary domain
« on: February 27, 2019, 11:41:35 AM »You must check you log files before you load your .htaccess file, and see for what files they are pointing.
Regards,
Netino
Thanks Netino!, what logs specifically?
4
High Performance / 403 forbidden in subdomain or secondary domain
« on: February 27, 2019, 02:36:55 AM »
Hello, in a fresh installation of CWP the webserver was configured with Nginx & Varnish & Apache (PHP-FPM)
The default domain was configured and wordpress was mounted on it. Everything works OK.
But ... when trying to install wordpress in a subdomain there are problems with the permalinks, showing error 404 and if I load a .htacces file with the wordpress rules, I get error 403 forbidden.
Anyone know what can it be?
The default domain was configured and wordpress was mounted on it. Everything works OK.
But ... when trying to install wordpress in a subdomain there are problems with the permalinks, showing error 404 and if I load a .htacces file with the wordpress rules, I get error 403 forbidden.
Anyone know what can it be?
Pages: [1]