medillcherubs / cherubs-wordpress-theme

Medill Cherubs Wordpress Theme (Latest Info)
http://cherubs.medill.northwestern.edu/2017/
0 stars 0 forks source link

Fix 2014 and 2015 Wordpress sites #23

Closed giratikanon closed 9 years ago

giratikanon commented 9 years ago

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.

giratikanon commented 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
giratikanon commented 9 years ago

Changing the asp.net web.config seemed to work: https://github.com/medillcherubs/2015-wordpress-site/blob/master/web.config