# Link this site into your webserver

Your site is still not visible.

This is because the SIteGround webserver has its ***document root*** looking at the public\_html folder.

At this point, many deployment tutorials go horribly wrong by advising you to change the server.php file or to move the contents of the public folder into public html

NO we are NOT going to do that.

We are going to follow a simple two step process

{% hint style="danger" %}
Don't do this if your public\_html folder contains content you need to keep
{% endhint %}

1. delete the public\_html folder `rm -rf public_html`
2. Recreate it as a symlink pointing to the Live/public folder with the command;\
   `ln -s -n -f ~/www/smallchart.com/Live/public public_html`

Now, the contents of public\_html are the same as laravel's public folder and your new site should be Live.

```
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/link-this-site-into-your-webserver.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
