The MU forums have moved to WordPress.org

Linking images (3 posts)

  1. arlob
    Member
    Posted 17 years ago #

    Hi,

    Before I installed WPMU, I had all website files under
    /public_html/
    Including index.php

    After installing MU, the main page said something like:
    "edit the home.php file..."

    So all content I had in index.php I put it in home.php

    After doing this, all image files were like:
    img src="img/file.gif"
    But since they could not be viewed, I had to change
    the source and add the entire URL like
    img src="http://domain.com/img/file.gif"

    This method is causing the server to have an increased number of httpd requests and more processes.

    How could I fix this in order to not use the entire
    URL everytime an image is called?

    Thank you.

  2. emdee90
    Member
    Posted 17 years ago #

    I have a similar problem. My installation is in wp-inst/ and my images in wp-inst/images and if I try to use an image either in a static page or even directly loading it via a browser like http://domain.com/images/graphic.jpg or images/graphic.jpg it produces the WPMU Error 404 page.

    No solution as of yet. Are you using Dreamhost?

  3. emdee90
    Member
    Posted 17 years ago #

    Solved!

    At least for me.

    Look at this thread: http://mu.wordpress.org/forums/topic.php?id=421&replies=4

About this Topic