Multisite Install – Removing reference to root domain
-
Hi,
I’ve got WP Multisite 3.0.1 installed and working nicely with subdirectories. Right now, when I update a blog background with an image using Admin > Appearance > Background, the source code for the rendered page looks like the following:
body { background-image: url('https://www.<root-domain>.org/<subdirectory-domain>/files/2010/09/26.jpg'); background-repeat: repeat; background-position: top left; background-attachment: scroll; }
I’d rather all subdirectory blogs have no reference to the root domain where multisite is installed. How can I configure the system so any source code that references that image will use the following code instead:
body { background-image: url('https://www.<subdirectory-domain>.org/files/2010/09/26.jpg')...
I know it works since the browser will still render the image when I enter the url above. Thanks in advance!
- The topic ‘Multisite Install – Removing reference to root domain’ is closed to new replies.