# OpenCart

{% hint style="info" %}
You will need your site's FTP credentials to connect. If you are not sure how to find them, please refer to your hosting provider.
{% endhint %}

* Connect to the server that hosts your site files using an **FTP client** of your choice (like FileZilla)
* Navigate to your **admin folder** and create a new file with the name **".htaccess"** (If such a file exists already, open it for editing)
* Paste the below parameters to this .htaccess file and replace "*1.2.3.4"* with your GoodAccess Gateway IP (You can allow more IP addresses by adding multiple "*Allow from"* lines)

```
Order deny,allow
Deny from all
Allow from 1.2.3.4
```

**Save and upload the file.**
