Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
It has been chmod to 755, but still yielding the same result. You can see it at phpinfo()
Warning: include(/var/www/vhosts/rock.church/httpdocs/robots.txt): failed to open stream: Permission denied in /var/www/vhosts/planetrockcm.com/httpdocs/test.php on line 3
Warning...
That seemed to get rid of the open_basedir restriction warning, but I am now getting:
Warning: include(/var/www/vhosts/rock.church/httpdocs/robots.txt): failed to open stream: Permission denied in /var/www/vhosts/planetrockcm.com/httpdocs/test.php on line 3
@Mark Muyskens Thanks for helping...
Here are the permissions on /var/www/vhosts/rock.church/httpdocs/
drwxr-xr-x 10 rockchadmin 4.0K Feb 22 01:34 httpdocs/ - (Pic - Dropbox - Screenshot 2018-03-23 17.48.04.png)
Does that look correct?
I need help getting PHP (v5.4.45) errors and permissions working properly after a server was migrated. Some of my sites need to access some files from another domain on the same server.
For example, /var/www/vhosts/planetrockcm.com/httpdocs/test.php might try to include...
I'm working on setting up a new domain on my server and having some issues getting it working the way I need. I need the domain to be able to access some files from another domain on the same server (I have another site that already does this). In the past I had to make sure php safe mode was...