Skip to content

Commit f60109f

Browse files
gluckarfay
andauthored
docs: Update README with TYPO3-specific instructions (#62)
* 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]>
1 parent 85e12b4 commit f60109f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,13 @@ Please see [Browsersync documentation](https://browsersync.io/docs) for more det
179179
This error usually occurs when the watcher server is not running.
180180
Run `ddev browsersync` to start the server.
181181

182+
### Typo3 No site configuration found / 404 Error
183+
184+
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.
185+
```yaml
186+
base: http://examplehost.ddev.site/
187+
```
188+
182189
### Unknown command "browsersync" for "ddev"
183190
184191
> :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.

0 commit comments

Comments
 (0)