I am having trouble getting upfront to load and feel I do

I am having trouble getting upfront to load and feel I do not have the correct setup. What are the technical requirements and dependencies needed for this to run correctly so I may ensure they are properly installed on my server? Thanks.

  • Kasia Swiderska
    • Support nomad

    Hello web2biz,

    One of possible reason for Upfront themes not to load is mod_security enabled on your server. Please try to add following code to your .htaccess file (at the bottom of the file) and try again to load upfront editor:

    <IfModule mod_security.c>
    SecFilterRemove 00318
    </IfModule>

    kind regards,

    Kasia