Skip to content
Advertisement

XAMPP Installing

I am installing XAMPP and have encountered the following problem:

Important! Because an activated User Account Control (UAC) on your system some functions of XAMPP are possibly restricted.

With UAC please avoid to install XAMPP to C:Program Files(Missing Write permissions). Or Deactivate UAC with msconfig after this setup.

Can you help me what is the problem?

Advertisement

Answer

This happens because Web server’s don’t have right to access files from program files, the public directory Htdocs needs full control,

Program files come under Windows Operating System Directory and it has limited access So it will give Error.

Run as administrator is helpful to install but when you publish your website every time you have to change file permission for every file because in C:/program files/ directory have limited access.

For Install Xampp you have to select the location which has full access: Example: You can choose c:/Xampp or any other directory D:/

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement