Using MAMP, WordPress and VirtualHostX – URL problem
-
I am using MAMP to develop a WordPress site locally. When I try to use VirtualHostX to allow my client to see the site “live” they get a “site map” framework looking page, but none of the images and css. Turns out the URLs to the images and css are generated “on the fly” so I can’t dig into the HTML and modify them, and it looks like they’re maybe generated between MAMP and WordPress. They are all full absolute URLs that read like this:
http://localhost:8888/wp-content/themes … /style.css
and when using a virtual host I need the URL to read something like /wp-content/themes/twentyeleven-child/style.css without the localhost:8888 stuff.Does anyone know how to solve this problem? Please?
The topic ‘Using MAMP, WordPress and VirtualHostX – URL problem’ is closed to new replies.