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
@@ -121,8 +122,8 @@ To configure the `Browser Refresh Server` to use SSL, follow these steps:
121
122
- These instructions use the command prompt.
122
123
- Assuming you've already created a theme using `create-react-wptheme`, change directory into the `react-src` folder in your theme's folder
123
124
- Be sure to follow **all the instructions** under the **Usage** section at the top of this document. You need to complete the PHP portion of the setup before you can configure SSL.
124
-
- Windows example: `cd C:\xampp\htdocs\wordpress\wp-content\themes\<your theme's folder name>\react-src`
125
-
- Mac or \*nix example: `cd /xampp/htdocs/wordpress/wp-content/themes/<your theme's folder name>/react-src`
125
+
- Windows example: `cd C:\xampp\htdocs\wordpress\wp-content\themes\<Your Theme's Root Folder>\react-src`
126
+
- Mac or \*nix example: `cd /xampp/htdocs/wordpress/wp-content/themes/<Your Theme's Root Folder>/react-src`
126
127
- Create a new folder to hold you're development SSL certificate and key.
127
128
- All OSes: `mkdir ssl`
128
129
- Change directory into the `ssl` folder
@@ -189,10 +190,10 @@ For example:
189
190
190
191
- Your WordPress dev server is running at http<nolink>://localhost/wordpress
191
192
- the homepage setting in your main package.json file will probably work just fine.
192
-
- The homepage line in your main package.json will be something like: `"homepage": "/wordpress/wp-content/themes/<your theme's folder name>"`
193
+
- The homepage line in your main package.json will be something like: `"homepage": "/wordpress/wp-content/themes/<Your Theme's Root Folder>"`
193
194
- But you know that your production server runs WordPress from the root: http<nolink>://mycoolblog.com/
194
195
- In this case you want to remove the `/wordpress` part, so set the "homepage" line in your `user.prod.json` file to:
0 commit comments