Are these two lines the same thing? I thought they are
/home/username/public_html/images/aspen100x800.jpg
http://www.organswap.org/images/aspen100x800.jpg
I can see the picture when I use the http://.... but when I use the first line in "image=..."
It doesn't work.
Please advice.
I am trying to set up a subdomain and I was experimenting with some of the path. and thats where I came across the previous problem.
Here is what I was trying to do with subdomain.
All my files are in the "public_html" folder including the "layout.css"
Images are in "/public_html/images/".
They work well in the main domain.
I set the path in "/public_html/.htaccess" as
"/home/username/public_html/:/home/username/public_html/images/"
This doesn't seem to be working.
In purticluar, it can not find the .css files.
The code in index.php is
<link rel="stylesheet" type="text/css" href='presentation.css'>
I also tried
<link rel="stylesheet" type="text/css" href='/home/username/public_html/presentation.css'>
I also tried
<link rel="stylesheet" type="text/css" href="/home/username/public_html/presentation.css">
none of them worked
Can anyone please help?
Thanks