<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic .htaccess with freenetname hosting in Everything else</title>
    <link>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1939707#M32670</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm new to this forum but have had a site hosted by freenetname/madasafish/plusnet for years.&lt;/P&gt;&lt;P&gt;I'm updating my site &lt;A href="http://www.mydomain.co.uk" target="_blank"&gt;www.mydomain.co.uk&lt;/A&gt; which has gone well so thought I'd try directing any Error 404 page not found errors to my index page in case my update caused some missing pages.&lt;/P&gt;&lt;P&gt;I've read up about using the .htaccess file and I've tried the simple three line file below but without success:&lt;/P&gt;&lt;P&gt;ErrorDocument 403 /index.htm&lt;BR /&gt;ErrorDocument 404 /index.htm&lt;BR /&gt;ErrorDocument 500 /index.htm&lt;/P&gt;&lt;P&gt;I uploaded this file to the public_html folder via ftp which also contains the index.htm file I want to redirect to.&lt;/P&gt;&lt;P&gt;Is this possible with my current hosting set up?&amp;nbsp; If so, any ideas on what I'm doing wrong?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 19:31:36 GMT</pubDate>
    <dc:creator>Fishsound</dc:creator>
    <dc:date>2023-09-29T19:31:36Z</dc:date>
    <item>
      <title>.htaccess with freenetname hosting</title>
      <link>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1939707#M32670</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm new to this forum but have had a site hosted by freenetname/madasafish/plusnet for years.&lt;/P&gt;&lt;P&gt;I'm updating my site &lt;A href="http://www.mydomain.co.uk" target="_blank"&gt;www.mydomain.co.uk&lt;/A&gt; which has gone well so thought I'd try directing any Error 404 page not found errors to my index page in case my update caused some missing pages.&lt;/P&gt;&lt;P&gt;I've read up about using the .htaccess file and I've tried the simple three line file below but without success:&lt;/P&gt;&lt;P&gt;ErrorDocument 403 /index.htm&lt;BR /&gt;ErrorDocument 404 /index.htm&lt;BR /&gt;ErrorDocument 500 /index.htm&lt;/P&gt;&lt;P&gt;I uploaded this file to the public_html folder via ftp which also contains the index.htm file I want to redirect to.&lt;/P&gt;&lt;P&gt;Is this possible with my current hosting set up?&amp;nbsp; If so, any ideas on what I'm doing wrong?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 19:31:36 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1939707#M32670</guid>
      <dc:creator>Fishsound</dc:creator>
      <dc:date>2023-09-29T19:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: .htaccess with freenetname hosting</title>
      <link>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940413#M32763</link>
      <description>&lt;P&gt;Hi guys&lt;/P&gt;
&lt;P&gt;Is anyone able to help me with this, or at least confirm whether or not an .htaccess file would work with my site?&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 15:25:26 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940413#M32763</guid>
      <dc:creator>Fishsound</dc:creator>
      <dc:date>2023-10-04T15:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: .htaccess with freenetname hosting</title>
      <link>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940424#M32764</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/125483"&gt;@Fishsound&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I've read up about using the .htaccess file and I've tried the simple three line file below but without success:&lt;/P&gt;
&lt;P&gt;ErrorDocument 403 /index.htm&lt;BR /&gt;ErrorDocument 404 /index.htm&lt;BR /&gt;ErrorDocument 500 /index.htm&lt;/P&gt;
&lt;P&gt;I uploaded this file to the public_html folder via ftp which also contains the index.htm file I want to redirect to.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/125483"&gt;@Fishsound&lt;/a&gt;&amp;nbsp;, welcome to the forum &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@104CD63F9302A50EF5EC70FE32BB8AA1/images/emoticons/smiley.gif" alt="Smiley" title="Smiley" /&gt;&lt;/P&gt;
&lt;P&gt;There are many here who know more about .htaccess than I do, but this is the format I used for the first website I built (happychild.org.uk):&lt;/P&gt;
&lt;P&gt;errordocument 404 full-http-address-of-your-domain/index.htm&lt;BR /&gt;errordocument 500 full-http-address-of-your-domain/index.htm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... so, for example, yours might say&lt;/P&gt;
&lt;P&gt;errordocument 404 &lt;A href="http://www.fishsoundwebsite.com/index.htm" target="_blank" rel="noopener"&gt;http://www.fishsoundwebsite.com/index.htm&lt;/A&gt;&amp;nbsp; (ignore the link/underline added by the forum software)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The file is (usually) created as htaccess.txt, then after upload is modified to .htaccess&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If .htaccess is intended to operate for your whole website, it needs to be in the 'root' directory (the first one you get to after clicking on htdocs).&lt;/P&gt;
&lt;P&gt;I'm not familiar with the freenetname/madasafish set-up but would guess that&amp;nbsp;public_html is equivalent to htdocs, maybe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see why an .htaccess file shouldn't work for freenetname/madasafish, but some hosting services disable use of .htaccess, as I discovered when uploading such a file to freeola, years back, which rendered the whole &lt;A href="http://www.supercoolzone.com" target="_blank" rel="noopener"&gt;http://www.supercoolzone.com&lt;/A&gt; site inaccessible until it was removed.&amp;nbsp; So a learning curve &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you manage to get .htaccess working in the root directory, you can use different diverts for inner directories by setting up .htaccess files separately in those directories.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 16:03:57 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940424#M32764</guid>
      <dc:creator>Penny</dc:creator>
      <dc:date>2023-10-04T16:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: .htaccess with freenetname hosting</title>
      <link>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940425#M32765</link>
      <description>&lt;P&gt;Have you tried Google ? &amp;nbsp;“.htaccess errordocument” &amp;nbsp;Plenty of instructions available.&lt;/P&gt;
&lt;P&gt;Edit : good advise from&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/51"&gt;@Penny&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 16:07:55 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940425#M32765</guid>
      <dc:creator>Champnet</dc:creator>
      <dc:date>2023-10-04T16:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: .htaccess with freenetname hosting</title>
      <link>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940529#M32787</link>
      <description>&lt;P&gt;Many thanks for the reply.&lt;/P&gt;
&lt;P&gt;I've tried a couple of variations of .htaccess commands such as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; errordocument 404 &lt;A href="http://www.fishsoundwebsite.co.uk/index.htm" target="_blank"&gt;http://www.fishsoundwebsite.co.uk/index.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; errordocument 404 "Oops! We can't find that pesky file. Sorry."&lt;/P&gt;
&lt;P&gt;all without success.&lt;/P&gt;
&lt;P&gt;Using FileZilla ftp transfer, I've put the .htaccess file in the public_html folder having created it in Notepad and removing the .txt file extension.&lt;/P&gt;
&lt;P&gt;I've been testing it by trying to access a page on my site which does not exist and every time I get:&lt;/P&gt;
&lt;H1&gt;&amp;nbsp; "Not Found&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The requested URL was not found on this server."&lt;/P&gt;
&lt;P&gt;with the page title "404 Not Found".&lt;/P&gt;
&lt;P&gt;It would good if someone could confirm whether or not a freenetname hosted website can use .htaccess.&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 11:22:18 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940529#M32787</guid>
      <dc:creator>Fishsound</dc:creator>
      <dc:date>2023-10-05T11:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: .htaccess with freenetname hosting</title>
      <link>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940546#M32793</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In .htaccess &amp;nbsp;type &amp;nbsp;: &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ErrorDocument 404 /index.htm &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This should &amp;nbsp;redirect requests to non-existant pages to /index.htm&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 12:42:46 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940546#M32793</guid>
      <dc:creator>Champnet</dc:creator>
      <dc:date>2023-10-05T12:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: .htaccess with freenetname hosting</title>
      <link>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940581#M32800</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&amp;nbsp; I used that command in my original .htaccess file and in subsequent tries but without any success.&lt;/P&gt;
&lt;P&gt;I've looked at a number of sites thrown up by Google searches and all seem to suggest that my file command(s) are correct, it just is not working, hence my concern that a site originally hosted by freenetname may not allow the use of .htaccess.&lt;/P&gt;
&lt;P&gt;If it does, it would be useful to hear from someone who has successfully used it on a freenetname hosted site.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 15:47:36 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/htaccess-with-freenetname-hosting/m-p/1940581#M32800</guid>
      <dc:creator>Fishsound</dc:creator>
      <dc:date>2023-10-05T15:47:36Z</dc:date>
    </item>
  </channel>
</rss>

