<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019556" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019556</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117729</link>
    <description> &lt;p&gt;yeah good point hager, i&#039;ve been down that road b4, now i use sub folders i.e css,js,images....&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Nov 2002 08:22:11 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1117729 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117580</link>
    <description> &lt;p&gt;i usually use one folder under root for includes, one under root for images, sub folders under includes for back end code, and point everything relative to root then into those folders to obtain my includes, images, javascript, WSH, whathaveyou.&lt;/p&gt;
&lt;p&gt;When you have maybe 80+ subfolders just with content and documents in them(Like I often do), one place to aim your links at can help alot, especially if your domain name changes at all. Hardcoded domain links are usually a problem waiting to happen. ../../.. links can be an even bigger pain if your structure ever changes. Best to build around the concept that the site will be massive and use practices that make it easy to maintain, rather then think small, grow, and then weep over poor planning.&lt;/p&gt;
&lt;p&gt;my $0.02 worth + Tax;)&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Nov 2002 00:59:25 +0000</pubDate>
 <dc:creator>hagar</dc:creator>
 <guid isPermaLink="false">comment 1117580 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117579</link>
    <description> &lt;p&gt;yeah, i always find that relative is better, and eisier because less typing, faster to load, and lesstyping&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Nov 2002 00:58:13 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1117579 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117569</link>
    <description> &lt;p&gt;hmm... i have always kept my html files in the main directory, any javascript or css in a subfolder, and another subfolder for images. seems to work for me... but then again it can get fairly cluttered if you have alot of html files.&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Nov 2002 22:58:57 +0000</pubDate>
 <dc:creator>jammin</dc:creator>
 <guid isPermaLink="false">comment 1117569 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117566</link>
    <description> &lt;p&gt;Same with relative to root also rob. I think thats what you mean but just to clarify.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Nov 2002 22:02:21 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1117566 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117558</link>
    <description> &lt;p&gt;also keep in mind that if you use absolute urls you cant move your site without editing every anchor,image and link in every page.  it also increases the filesizes, and may (im not sure) cause a dns lookup for every page.&lt;/p&gt;
&lt;p&gt;best to use relative urls.  then you can just copy your site to anywhere and it will work fine with no modification.&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Nov 2002 18:48:54 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1117558 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117554</link>
    <description> &lt;p&gt;Thanks everyone.&lt;br /&gt;
What is .htaccess?&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Nov 2002 16:39:15 +0000</pubDate>
 <dc:creator>Princess4ubabe</dc:creator>
 <guid isPermaLink="false">comment 1117554 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117400</link>
    <description> &lt;p&gt;The full url is more work, yes. Relative to root isn&#039;t particularly different from relative, other than you have less ../../ to remember. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; And it works WAY better for CSS to use relative to root urls.&lt;/p&gt;
&lt;p&gt;Blocking viewing images outside of the html page is excellent, so is blocking them being loaded from other urls, and you can also use .htaccess to set the index file for any folder, so it could be any file as the one that shows, including a &quot;you cannot view these files&quot; image, or better yet, either a redirect to the right place where they CAN view files, or a page with the site map on it, to help them get where they are going.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Nov 2002 03:11:19 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1117400 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117394</link>
    <description> &lt;p&gt;I remember reading ages ago using the full URL is bad for images etc, the server has to go out of your site then back in to get the image, where as using ../ or whatever the server only goes back or forwards within your sites space.&lt;br /&gt;
I suppose a few images wouldnt be bad but image intense sites does get slowed down a lil.&lt;br /&gt;
Also if people save your source, they can view your site with images off line, so you&#039;d need .htaccess to pervent hot linking.&lt;/p&gt;
&lt;p&gt;A good file system like disaster-master mentioned (without the index.html) is a good clean way to set them up, keep the .html files in the main directory, keep all images in a folder called &quot;images&quot; or &quot;graphics&quot; or something, javascript and CSS could go anywhere, don;t usually have many of them and what other files you have left in another folder.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Nov 2002 02:35:16 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1117394 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/directories#comment-1117393</link>
    <description> &lt;p&gt;Actually, there are three options:&lt;/p&gt;
&lt;p&gt;relative: ../images/whatever.gif&lt;br /&gt;
absolute: &lt;a href=&quot;http://www.domain.com/images/whatever.gif&quot; class=&quot;bb-url&quot;&gt;http://www.domain.com/images/whatever.gif&lt;/a&gt;&lt;br /&gt;
relative to root: /images/whatever.gif&lt;/p&gt;
&lt;p&gt;On most servers, if you use the forward slash first, it means &quot;go to the root and then follow this path&quot;, or in this case, go up to &lt;a href=&quot;http://www.domain.com,&quot; class=&quot;bb-url&quot;&gt;domain.com,&lt;/a&gt; then go to the images folder and get the whatever.gif.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Nov 2002 02:23:05 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1117393 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
