You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,13 @@ Please see [Browsersync documentation](https://browsersync.io/docs) for more det
179
179
This error usually occurs when the watcher server is not running.
180
180
Run `ddev browsersync` to start the server.
181
181
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
+
182
189
### Unknown command "browsersync" for "ddev"
183
190
184
191
> :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