Closed giratikanon closed 9 years ago
Now the admin fails but the frontend renders HTML. There are probably two issues:
This may be a redirect problem with .htaccess
. No matter the theme, anything with /wp-admin/
after the site name infinitely redirects:
http://cherubs.medill.northwestern.edu/2015/wp-admin/
Changing the URL prevents the redirect problem:
http://cherubs.medill.northwestern.edu/2015/wpp-admin/
The other issue seems be a broken theme, which may also be redirect related. Standard admin CSS and JS files are getting 404s:
http://cherubs.medill.northwestern.edu/2015/wp-includes/js/jquery/jquery.js?ver=1.11.2
Changing the asp.net web.config
seemed to work: https://github.com/medillcherubs/2015-wordpress-site/blob/master/web.config
Admin works, frontend doesn't.
May need to apply the 2015 theme to the old site since WP Foundation seemed to have been causing a problem.