Akses Penuh HTDOCS di XAMPP

 used ubuntu operating system then check chmod of /Practice folder change read write permission
Open terminal press shortcut key Ctrl+Alt+T Goto
$ cd /opt/lampp/htdocs/
and change folder read write and execute permission by using chmod command
e.g folder name is practice and path of folder /opt/lampp/htdocs/practice
Type command
$ sudo chmod 777 -R Practice
what is chmod and 777 ? visit this link http://linuxcommand.org/lts0070.php

Komentar