Re: Help! I deleted the files. | |
Your default directory/folder will always be
public_html
which the default/home/index page
will always appear first on your website.
You can add as many new directories/folders as you like
and you can publish to any of these new folders like so:
public_html/newfoldername
so if you created a new folder called mywordpress
you could install wordpress to
public_html/mywordpress
or yourdomain.xxx/mywordpress (Used as an example only)
|