Changes between Version 2 and Version 3 of Ticket #33821, comment 44
- Timestamp:
- 06/30/2025 04:53:38 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33821, comment 44
v2 v3 30 30 4. Get the assigned host. Lets say its `https://flkajsfljas.loca.lt` and add it to `wp-config.php` (remember to change the HTTPS to HTTP) 31 31 {{{ 32 define( 'WP_HOME', 'http s://flkajsfljas.loca.lt' );32 define( 'WP_HOME', 'http://flkajsfljas.loca.lt' ); 33 33 define( 'WP_SITEURL', 'http://flkajsfljas.loca.lt' ); 34 34 }}}