My site: zombiewalk.mx
Intallation in subdirectory /zw
The URL: zombiewalk.mx is working fine. Shows up the post correctly
The URL http://www.zombiewalk.mx is not working, not shows anything.
Help please
My site: zombiewalk.mx
Intallation in subdirectory /zw
The URL: zombiewalk.mx is working fine. Shows up the post correctly
The URL http://www.zombiewalk.mx is not working, not shows anything.
Help please
Try adding these lines at wp.config file
define('WP_HOME', 'http://www.zombiewalk.mx');
define('WP_SITEURL', 'http://www.zombiewalk.mx');
You are redirecting the request to http://www.zombiewalk.mx
That's why this is happening.
This topic has been closed to new replies.