<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023451" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023451</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/index-page-redirection#comment-1144178</link>
    <description> &lt;p&gt;First, make sure you have a backup of your .htaccess file!&lt;/p&gt;
&lt;p&gt;Then make sure you save that puppy as ASCII and you&#039;re good to go. &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; Test, enjoy.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://httpd.apache.org/docs/mod/mod_dir.html&quot; class=&quot;bb-url&quot;&gt;http://httpd.apache.org/docs/mod/mod_dir.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Jan 2004 15:12:14 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1144178 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/index-page-redirection#comment-1144174</link>
    <description> &lt;p&gt;Well, I have opened the .htaccess file. Just when I think I have the syntax figured out on one thing, another confusing syntax is born. Anyways, below is what the .htaccess file reads:&lt;/p&gt;
&lt;p&gt;# -FrontPage-&lt;/p&gt;
&lt;p&gt;IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*&lt;/p&gt;
&lt;p&gt;order deny,allow&lt;br /&gt;
deny from all&lt;br /&gt;
allow from all&lt;/p&gt;
&lt;p&gt;order deny,allow&lt;br /&gt;
deny from all&lt;/p&gt;
&lt;p&gt;AuthName skreklan.com&lt;br /&gt;
AuthUserFile /www/s/skreklan/htdocs/_vti_pvt/service.pwd&lt;br /&gt;
AuthGroupFile /www/s/skreklan/htdocs/_vti_pvt/service.grp&lt;br /&gt;
&lt;strong&gt;DirectoryIndex index.php index.html&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The bold part obviously added by me. Will that work where I placed the directory index line? Does it need to be placed elsewhere in the file&lt;br /&gt;
?&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Jan 2004 14:48:12 +0000</pubDate>
 <dc:creator>mjs416</dc:creator>
 <guid isPermaLink="false">comment 1144174 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/index-page-redirection#comment-1144097</link>
    <description> &lt;p&gt;kk, thanks all.&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Jan 2004 17:31:34 +0000</pubDate>
 <dc:creator>mjs416</dc:creator>
 <guid isPermaLink="false">comment 1144097 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/index-page-redirection#comment-1144092</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;mjs416 wrote:&lt;/strong&gt; Is that a command line for the server or something? Where is that entered?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You place that in a file called  &lt;strong&gt;.htaccess&lt;/strong&gt; in the same directory as your home page.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Jan 2004 15:17:28 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1144092 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/index-page-redirection#comment-1144088</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Suzanne wrote:&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;....DirectoryIndex index.php index.html&lt;/p&gt;
&lt;p&gt;That will say, hey, grab index.php and if it&#039;s not there, then grab index.html.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Is that a command line for the server or something? Where is that entered?&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Jan 2004 13:57:47 +0000</pubDate>
 <dc:creator>mjs416</dc:creator>
 <guid isPermaLink="false">comment 1144088 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/index-page-redirection#comment-1144082</link>
    <description> &lt;p&gt;No -- your server (if set up right) tells the browser to look for the index page, if php is enabled, and it will look for &quot;index&quot; or &quot;home&quot; of any extension.&lt;/p&gt;
&lt;p&gt;If you&#039;re running Apache and you have an index.html and an index.php file, and you want index.php to be the main page (and it&#039;s not happening, and you don&#039;t want to delete the index.html page):&lt;/p&gt;
&lt;p&gt;DirectoryIndex index.php index.html&lt;/p&gt;
&lt;p&gt;That will say, hey, grab index.php and if it&#039;s not there, then grab index.html.&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Jan 2004 03:31:08 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1144082 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
