What this is saying is you are trying to open a path you do not have access to.
In most cases, this error occurs when your site has been transferred from a previous host that uses Cpanel, and the relevant file paths have not been updated to reflect the correct file path on our servers.
All website content needs to be placed in the public_html folder within the home directory, rather than directly into the home directory.
ASKER
ASKER
ASKER
ASKER
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY
While windows uses backslashes, web applications usually using forward slashes.
Another point is - as a webdirectory is relativ to its root - , why you see the physical directory. C:\Inetpub\...
So the root path play a role only for the windows part (here IIS), but the php file doesn't really see it.
You may check, if there is an error in the php.ini file or inside a php config file for your application.