<?php /* For licensing terms, see /license.txt */ // Redirect calls to web/index // Please make sure you read the installation manual in the documentation/ // folder if your installation doesn't work. Hint: you need to allow overrides header('Location: web/index'); exit;