todaywasawesome
Member
Posted 6 months ago #
I setup wordpress in MAMP with apache listening on port 8888, as such the siteurl had the port defined with it. Activating Any Hostname causes linked files to have the port added twice, for instance http://localhost:8888/somecss.css would become http://localhost:8888:8888/somecss.css
http://wordpress.org/extend/plugins/any-hostname/
Simon Fransson
Member
Posted 6 months ago #
Thanks for pointing this out, I hadn't noticed!
I've fixed this bug and uploaded the changes to my main repo at https://github.com/dessibelle/any-hostname.
I'll push the changes to the WP plugins directory right away.