Yup, all it needed was that missing slash. TA!

On 01/02/2024 13:46, Sherrard Burton wrote:
that is not the correct form of the absolute URL. absolute URLs are based at your DocumentRoot. so since your DocumentRoot is

DocumentRoot /var/www/html/holding

the correct absolute URL would be "/ms-logo.png"", and the resulting img tag would be

<img src="/ms-logo.png">

HTH

best,
Sherrard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to