Forum Discussion

Scott_85950's avatar
Scott_85950
Icon for Nimbostratus rankNimbostratus
Dec 02, 2008

WebDAV Custom Error Pages Only Launch Off Sandbox Root

We are at patch level 602_5 on our 4300 Firepass units. When I upload the suggested naming configuration for the WebDAV custom pages (below) they work without issue when placed in the /sandbox default custom directory. However, when I create a sub directory in /sandbox, which matches a landing URI, the initial index.htm custom page launches without issue, but it does not call the following custom files as it would in the sandbox root? Can this be corrected?

 

 

exception.inc

 

lockoutmsg.inc

 

logon.denied.inc

 

logon.failed.inc

 

logout.inc

 

resetpass.inc

 

  • Hey smcdonald!

     

     

    Did you ever get a reply on this one? My 4300 is on firmware 6.0.3 and I have the exact same issue that you have described.

     

     

    Cheers.
  • Hi Nash,

     

     

    I will have a look for you and let you know if this is still the case on the latest 6.03.

     

     

    Thanks,

     

    Jeremy
  • Hi,

     

     

    I just tested on FP 6.03 - HF-603-2 and it work fine (at least for logon.failed.inc).

     

    I only created a directory inside the sandbox with the same name as the landing URI, and put the file logon.failed.inc there.

     

     

    I hope this helps,

     

     

     

    Regards,

     

    Jeremy
  • Hey smcdonald...

     

     

    I ran into these issues too... What you may want to try is in the index.htm in your subdirectory, look for the following line:

     

     

     

     

    Then in the 'value' variable place the name of your subfolder...

     

     

    ie if you have a folder in your sandbox called /portal with an index.htm and different .inc files, the line above in your index.htm should be:

     

     

     

     

    Hopefully this will help.