wp development thru wifi not serving anything localhost referenced
-
This is a new one on me. I am currently developing a new wordpress site for mobile. When I connect my devices via wifi and enter 192.168.1.x/wp_theme_builder which is the root of my wp install, I get everything except styles, scripts and images.
I have narrowed this down to network net::ERR_CONNECTION_REFUSED errors reported in Google Developer Tools via usb debugging.
Any script, style or image referenced by
bloginfo('template_directory')for example, resolves tohttp://localhost/wp_theme_builder/..........Therefore localhost is being denied when connected thru 192.168.1.x, anybody know how to fix this.
Thanks
The topic ‘wp development thru wifi not serving anything localhost referenced’ is closed to new replies.