Save (old files)
matranovakifanyuvo opened this issue · 2 comments
matranovakifanyuvo commented
Hey,
I'm sorry, I speak a little English.
I use this .htaccess file:
/public_html/ICEcoder/.htaccess
RewriteEngine Off
RewriteEngine On
<IfModule mod_security.c>
SecRuleEngine Off
SecRequestBodyAccess Off
</IfModule>
Error message when I try save/modify old files:
Sorry, cannot save /home/xyz/public_html/config.php
New files, created with ICEcoder, the saves are works.
I tried, but problem:
chown -R nginx:nginx /home/xyz/public_html
chown: invalid user: ‘nginx:nginx’
chown: invalid user: ‘nginx.nginx’
chown: invalid user: ‘www-data:www-data’
chown: invalid user: ‘www-data.www-data’
chown: invalid user: ‘apache:apache’
chown: invalid user: ‘apache.apache’
chown: invalid user: ‘apache2:apache2’
chown: invalid user: ‘apache2.apache2’
What is the user or what is the problem? I use WHM VPS with root account for cPanel accounts.
matranovakifanyuvo commented
Solved:
chown -R xyz:nobody /home/xyz/public_html
mattpass commented
No problems - I find it's almost always a server related issue to resolve.
Glad you resolved yours! :-)