Hi,…
I have some clients with access to cyberpanel as User ACL.
Default WordPress install always has /index.php permalink.
For instance:
http://domain-com/index.php/%year%/%monthnum%/%postname%/
To make it normal (without index.php), a user need to edit vHost changing logLevel ERROR to logLevel 9.
Without this, simply removing index.php ini the permalinks setting will return error 404.
Unfortunately, normal user has access to edit the vHost Conf but cannot edit it.
An attempt to edit the vHost Conf returns:
“Could not fetch current configuration. Error message: You are not authorized to access this resource.”
Only Admin can edit the configuration.
Is that normal?
Thanks