DocumentRoot /var/www/public SetEnv APP_DEBUG ${APP_DEBUG} SetEnv APP_ENV ${APP_ENV} SetEnv HYDRA_ADMIN_BASE_URL ${HYDRA_ADMIN_BASE_URL} SetEnv ASSETS_BASE_URL ${ASSETS_BASE_URL} AllowOverride None Order Allow,Deny Allow from All RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [QSA,L] CustomLog /dev/stdout combined ErrorLog /dev/stderr