Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #33821, comment 44


Ignore:
Timestamp:
06/30/2025 04:53:38 PM (5 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33821, comment 44

    v2 v3  
    30304. 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)
    3131{{{
    32 define( 'WP_HOME', 'https://flkajsfljas.loca.lt' );
     32define( 'WP_HOME', 'http://flkajsfljas.loca.lt' );
    3333define( 'WP_SITEURL', 'http://flkajsfljas.loca.lt' );
    3434}}}