The web directory is the home of all of your application\'s public and static files. Including images, stylesheets and JavaScript files. It is also where the front controlle
If you are running xampp on linux based image, to change root directory open:
/opt/lampp/etc/httpd.conf
Change default document root: DocumentRoot "/opt/lampp/htdocs" and
DocumentRoot "/opt/lampp/htdocs" and
to your folder DocumentRoot "/opt/lampp/htdocs/myFolder" and
DocumentRoot "/opt/lampp/htdocs/myFolder" and