rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: johnjaykay on January 06, 2011, 02:21:08 AM

Title: Reset default template
Post by: johnjaykay on January 06, 2011, 02:21:08 AM
I reset to the default template and this is what I get... I don't know what I am doing wrong...please let me know. Thanks.

Title: Re: Reset default template
Post by: Mars on January 06, 2011, 09:20:38 AM
It would be interesting that you can inform us to what corresponds the html error which appears at the bottom of your browser
Title: Re: Reset default template
Post by: johnjaykay on January 11, 2011, 12:52:06 AM
My apologies, I didn't even think about that. I will upload this. Thanks for pointing that out.
Title: Re: Reset default template
Post by: johnjaykay on January 11, 2011, 12:56:53 AM
I don't know what I did but it doesn't show it anymore?????? That must have beeen an error on my part. All I did was change the template to a "Different Template" under folder properties, then changed it back to show you the error, then it loaded 100% correctly.  ??? ??? ??? ???
Title: Re: Reset default template
Post by: Mars on January 11, 2011, 05:15:31 PM
Your sections ( "Not Found" and "Unauthorized" ) have a defect according with the HOME button

replace in each the code <a href="..">HOME</a>  by <a href="/">HOME</a>


or replace the word HOME by UP  :)

default template has those lines
Code: [Select]
[not found]
<h1>{.!Not found.}</h1>
[color=blue]<a href="/">[/color]{.!go to root.}</a>

[unauthorized]
<h1>{.!Unauthorized.}</h1>
{.!Either your user name and password do not match, or you are not permitted to access this resource..}

Otherwise your server seem to work correctly under IE6 and FF  ;)
Title: Re: Reset default template
Post by: johnjaykay on January 12, 2011, 03:23:54 AM
So that was you looking around today? I was a little worried when I saw an IP address I didn't know. Thanks for your help.

John