I am try to install magento 2.3 by Wamp server in Windows, how can i give write permission to /var, /generated, /pub/static in windows?
@prema_mani1 After click Replace all child object permissions with inheritable permissions from this object then click save button few files running suddenly the checkbox automatically unchecked, i mean Replace all child object permissions with inheritable permissions from this object unchecked. How can i solve this issue?
Hi,
The following commands will help to take the ownership of the directory and files:
D:\>takeown /f D:\path\to\directory /r /d y
D:\>icacls D:\path\to\directory /grant administrators:F /t
Example : C:\Users\Wamp\MagentoProject1> var /grant administrators:F /t
Hi @Jeeva Rathinam,
Css files not loading, Try to clear the following folders and deploy the content,
Remove folders in
var/view_preprocessed/*
php bin/magento setup:static-content:deploy
@prema_mani1 For directory permission successfully applied using D:\>takeown /f D:\path\to\directory /r /d y how to apply permission for files i am using icacls D:\path\to\directory /grant administrators:F /t not working getting error like
'icals' is not recognized as an internal or external command,
operable program or batch file.
How to solve the error and give permissions ?