asked on
<a href="/index.php" class="nof-navButtonAnchor"><img id="NavigationButton1" name="NavigationButton1" height="21" width="137" src="/Autogen/Menu_Hhighlighted_1.gif" border="0" alt="Menu" title="Menu"/></a>
ASKER
You can use a slash as the first character of the link, and it will be resolved relative to the web root of the host. So if you know your directory structure that might be an easy way to find the image.
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY
Looks like a different directory structure from the old server. One way to fix this problem is to use fully qualified absolute URLs. They don't break. Another is to analyze the new directory structure, find out where image resources are located (relative to the URL of the document that is having the problem) and write a relative link that works for the new directory structure.
You can use a slash as the first character of the link, and it will be resolved relative to the web root of the host. So if you know your directory structure that might be an easy way to find the image.