Your project should not use an .htaccess file 2

More information: https://insight.symfony.com/what-we-analyse/web.apache_config

A .htaccess file has been spotted. You should consider moving it to the server configuration to improve global performances.
Last edited by Luigi Gandemer
A .htaccess file has been spotted. You should consider moving it to the server configuration to improve global performances.
Last edited by Luigi Gandemer

Text files should end with a valid new line character.

More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l

  1. fi
  2. /opt/alt/php83/usr/bin/php bin/console cache:clear --env=prod
  3. /opt/alt/php83/usr/bin/php bin/console cache:warmup --env=prod
  4. /opt/alt/php83/usr/bin/php bin/console assets:install public --env=prod # ← add this
  5. /opt/alt/php83/usr/bin/php bin/console doctrine:migrations:migrate --no-interaction --env=prod
    This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.
    Time to fix: about 15 minutes
    Read doc Open Issue Permalink Copy Prompt
    Last edited by Luigi Gandemer