So sorry i dont understant what happened it was work same setting same directory sutructure i wasn't change anything intresting server update something and all wordpress site down..
if i've write
location /wp {
try_files $uri $uri/ /wp/index.php?$args;
}
its give HTTP 500 internal server error..
if i've write
location /wp {
if (!-e $request_filename){
rewrite ^(.*)$ /wp/index.php break;
}
}
its give 403 forbidden error
i've tried htaccess convert to nginx i see this error .
Invalid nginx configuration: nginx: [emerg] invalid variable name in /var/www/vhosts/system/trio-agentur.com/conf/vhost_nginx.conf:24 nginx: configuration file /etc/nginx/nginx.conf test failed
Hello
its true i've changed my htaccess file to standart .
our friend wordpress has been located "/var/www/vhosts/YOUR-DOMAIN.COM/httpdocs/wp/"
site open now but image and script problem is still running..
i've add
to Additional NGINX directives but i change last line to try_files $uri $uri/...
i've change apache settings to prefork, but i cannot logrotate settings my os Centos 7 maybe its different i cannot fix my issue could you help me please
Hello
i've see on all wordpress website logs "nginx error (13: Permission denied)" i think its update problem i dont know what happend my server. its look like permisson problem but i cant found anything.
could you help me please.
CentOS Linux 7.2.1511 (Core)
Plesk Onyx Version 17.0.17 Update...