You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Viewing the local tunnel URL on another computer/iOS device does not load any of these external files. Only works when I hard code the url to include localhost:80, E.G.:
Wow. Hmm, I'm surprised Wordpress is so picky about the host. I'm not sure about a workaround without trying Wordpress and MAMP. If you figure something out before I do, let me know. Thanks for the issue.
Running MAMP on port 80. My localhost is accessible through http://localhost (http://localhost:80 redirects to http://localhost).
Using WordPress, all js/css are dynamically linked. E.G.:
http://localhost/my-site/wp-content/themes/theme-name/style.css
Viewing the local tunnel URL on another computer/iOS device does not load any of these external files. Only works when I hard code the url to include localhost:80, E.G.:
http://localhost:80/my-site/wp-content/themes/theme-name/style.css
Changing the WordPress URL (Settings --> General) to localhost:80 does not work.
Any thoughts on a workaround?
The text was updated successfully, but these errors were encountered: