Developers

Automatic Redirection

Follow this guide to setup automatic redirection from www.agilliccandy.com to www.agilliccandy.com/web/faces/public/exo/home

The structure of folders in webDAV should now look like this (folder names below are case sensitive):

* media
** webapps
*** ROOT
<%
    String portalUrl = "/web/namedservice/home";
    String queryString = request.getQueryString();
    response.sendRedirect(portalUrl + (queryString != null ? "?" + queryString : ""));
%>

The final structure of folders in the Media Browser should be like this:

* media
** webapps
*** ROOT
**** index.jsp