> For the complete documentation index, see [llms.txt](https://clone-app-solutions.gitbook.io/cabme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clone-app-solutions.gitbook.io/cabme/backend/notice.md).

# NOTICE

### NOTICE

But if for some reasons you can't edit the domain document root, follow the following steps:

1. Navigate to root folder in the backend source code.
2. create a `.htaccess` and paste in the content below in the file and save it

```bash
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
```

You can now go ahead and continue your installation process.
