Re: changing root: No input file specified.

Hello @infonectar9054 ,

Not sure what you have done so far, you just needed to make one small change in server file below :

sudo nano /etc/apache2/sites-available/YOUR_WEB_DOMAIN.conf

 here it must be pointing to your project folder, you just need to add pub after that.

save the file, re-enable the website configuration and restart the apache server.

if you have set pub/static/ and pub/media/ path somewhere in magento, you need to change that to static/ and media/.

Hope it helps ! Let us know if issue persists.

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy