Skip to content
  • Open the file manager

Step 1

  • Delete public_html folder

Step 2

  • Open the file manager uploads page

Step 3

  • Select the script zip files

Step 4

  • Extract files to the root

Step 5Step 6

  • Verify that the files have been extracted correctly

Step 7

  • Open the terminal

Step 8

  • Create a symbolic link between the public folder inside the script folder and the public_html folder
sh
ln -s ./script/public/ ./public_html

Step 9