Gérer les cookies utilisés pour la publicité, tels que la personnalisation des annonces, le remarketing et l’analyse des performances des annonces.
2.4.3.9. Error No input file specified
To resolve this error, ensure that the file .htaccess does not contain the line:
RewriteRule ^(.*)$ /index.php/$1 [L,QSA]
If it exists, replace it with the following:
RewriteRule ^(.*)$ /index.php?$1 [L,QSA]
That is, after index.php, instead of the / symbol, put ?.
If an error occurs in Joomla! or during the installation of Magento, enable (if disabled) the cgi.fix_pathinfo option in the PHP settings.
(1)