Uncaught Exception: unknown

The file {{ web root }}/.htaccess doesn't exist.

Make sure it's present and readable to the user that the web server is using. If you are not running Apache, or your Apache setup performs the correct rewrites without requiring a .htaccess file (in other words, if you know what you are doing), you can disable this check by calling $config->getVerifier()->disableApacheChecks(); in bootstrap.php

unknown in unknown line unknown:
unknown

Google this Exception


Debug is not available, and/or you are not logged on. To see a full backtrace of the Exception, do one of the following:

  • Set debug: true in config.yml, and make sure you're logged in to the Bolt Backend.
  • Set both debug: true and debug_show_loggedoff: true in config.yml.