If your website displays "No input file specified," as shown in the screenshot below.
Please edit .htaccess
Change:
RewriteRule ^(.*)$ index.php/$1
To:
RewriteRule ^(.*)$ index.php?/$1

If your website displays "No input file specified," as shown in the screenshot below.
Please edit .htaccess
Change:
RewriteRule ^(.*)$ index.php/$1
To:
RewriteRule ^(.*)$ index.php?/$1
