images issue
"simbo adeyemi" <[email protected]>
| Newsgroups | gmane.mail.sqwebmail |
|---|---|
| Message-ID | <[email protected]> |
I added these to my httpd.conf file;
Alias /sqwebmail/ "/usr/local/share/sqwebmail/html/en/"
and;
<Directory "/usr/local/share/sqwebmail/html/en">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I then access my login.html page from my browser. But the images do not
show. I get a lot of scrambled details in place of the image.Do you think
it's something to do with my path?