Jump to content

manojvp

Members
  • Posts

    5
  • Joined

  • Last visited

manojvp's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. thats not working either
  2. This (href='/presentation.css'>) works when I am under the main domain. now I am trying to do this from a subdomain. "presentation.css" is still under the public_html folder. Is there any restriction on refering files from subdomain html to a file in the main domain? <?php includes with complete path (/home/.....) seem to be working but not the html ones.
  3. Thanks for your help David. and Hello to every one else!
  4. Thanks Yes that worked. I still have to solve this for the images and the other folders too though. and I thought I read some where that its not a good idea to point using the http://....
  5. 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
×
×
  • Create New...