Re: missing image

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Sherrard,

My index.html is super simple:

--------------------------------------------------

<!doctype html>

<html>

<head>

<style>
p {text-align: center;}
</style>

<title>UNAVAILABLE</title>

</head>

<body bgcolor="FFFFFF">

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

<p style="color: red">
The Matrix Science website is currently unavailable.</br>
We apologise for the unexpected downtime.<br/>
If you require assistance, please contact <a href=mailto:support@xxxxxxxxxxxxxxxxx>support@xxxxxxxxxxxxxxxxx</a>.
</p>

</body>

</html>

--------------------------------------------------

Apache config file is very basic as well:

--------------------------------------------------

<VirtualHost *:80>

        ServerName holding.matrixscience.com
	ServerAdmin webmaster@localhost
        DocumentRoot /var/www/html/holding

        ErrorLog ${APACHE_LOG_DIR}/holding/error.log
        CustomLog ${APACHE_LOG_DIR}/holding/access.log combined

	<Directory /var/www/html/holding/>
                Options Indexes FollowSymLinks
                AllowOverride FileInfo
                Require all granted
        </Directory>
</VirtualHost>

--------------------------------------------------

and .htaccess in root directory to handle errors:

--------------------------------------------------

ErrorDocument 400 /
ErrorDocument 401 /
ErrorDocument 402 /
ErrorDocument 403 /
ErrorDocument 404 /
ErrorDocument 405 /
ErrorDocument 406 /
ErrorDocument 407 /
ErrorDocument 408 /
ErrorDocument 409 /
ErrorDocument 410 /
ErrorDocument 411 /
ErrorDocument 412 /
ErrorDocument 413 /
ErrorDocument 414 /
ErrorDocument 415 /
ErrorDocument 416 /
ErrorDocument 417 /
ErrorDocument 422 /
ErrorDocument 423 /
ErrorDocument 424 /
ErrorDocument 426 /
ErrorDocument 428 /
ErrorDocument 429 /
ErrorDocument 431 /
ErrorDocument 451 /
ErrorDocument 500 /
ErrorDocument 501 /
ErrorDocument 502 /
ErrorDocument 503 /
ErrorDocument 504 /
ErrorDocument 505 /
ErrorDocument 506 /
ErrorDocument 507 /
ErrorDocument 508 /
ErrorDocument 510 /
ErrorDocument 511 /

--------------------------------------------------

After I replace:

img src="ms-logo.png"

with

img src="/var/www/html/holding/ms-logo.png"   (valid path)

the image doesn't even show on the home page.

Regards,
Adam


On 31/01/2024 19:53, Sherrard Burton wrote:


On 1/31/24 02:26 PM, Adam Weremczuk wrote:

I've already tried replacing relative path to the image with absolute but it made no difference.

Any ideas?


do you have a live example with the absolute path? the broken ones that i looked at all had the relative paths which (understandably) doesn't work.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux