Skip to content

Commit

Permalink
docs: Update README with TYPO3-specific instructions (#62)
Browse files Browse the repository at this point in the history
* Update README.md

#61

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Randy Fay <[email protected]>

---------

Co-authored-by: Randy Fay <[email protected]>
  • Loading branch information
glucka and rfay authored Dec 16, 2024
1 parent 85e12b4 commit f60109f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@ Please see [Browsersync documentation](https://browsersync.io/docs) for more det
This error usually occurs when the watcher server is not running.
Run `ddev browsersync` to start the server.

### Typo3 No site configuration found / 404 Error

Solution: The base URL (`base` in the TYPO3 site's `config.yaml` (like `config/sites/main/config.yaml` should specify `http` even though the frontend is configured for `https`. This can also be solved by commenting out the default `base` line.
```yaml
base: http://examplehost.ddev.site/
```
### Unknown command "browsersync" for "ddev"
> :bulb: This add-on moves to a per-project command approach in v2.5.0+. You can safely delete the global `~/.ddev/commands/web/browsersync` once you’re on v2.5.0 or higher.
Expand Down

0 comments on commit f60109f

Please sign in to comment.