Hello,
I have a problem for which I cannot find a solution.
This is my .env file :
WP_HOME=‘https://mysite.com’
WP_SITEURL="${WP_HOME}/wp"
The problem is : https://mysite.com is showing all web path, rather than point /wp.
How can i fix that ?
Thanks by advance