I recently moved a EE site from one domain to another, and after the switch came across two problems (1 major and 1 minor); I’m not sure if they’re are related, but maybe you can help.
When I view the source for my CP, there are no stylesheets being linked to (and no <link> tags). I compared it with the version on the original domain and it appears the following code in the CP header.php view is not printing anything:
<?=$this->view->head_link('css/jquery-ui-1.7.2.custom.css'); ?>
<?=$this->view->head_link('css/global.css'); ?>If I replace the above code with links to the actual css files, everything seems to work, but that seems a little hackish and unnecessary.
Any ideas what’s going on?
The 2nd problem, which I’m not sure if it’s related. I’ve got a page that redirects to the admin section of the site (which was moved out of the site’s root directory). The redirect is returning “No input file specified.” I’ve already made the suggested changes to my .htaccess file to get the rest of the site working, but redirects seem to have been left behind.
EE: v2.2.0
Build: 20110622