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: docs/getting-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,13 +121,13 @@ MFTF does not support executing CLI commands if your web server points to `<MAGE
121
121
122
122
If the Nginx Web server is used on your development environment, then **Use Web Server Rewrites** setting in **Stores** > Settings > **Configuration** > **General** > **Web** > **Search Engine Optimization** must be set to **Yes**.
123
123
124
-
or via command line:
124
+
Or via command line:
125
125
126
126
```bash
127
127
bin/magento config:set web/seo/use_rewrites 1
128
128
```
129
129
130
-
Clean the cache after changing the configuration values:
130
+
You must clean the cache after changing the configuration values:
0 commit comments