t_virus
Member
Posted 7 months ago #
couple of minutes ago, i edited my header and footer files to optimize my site and deactivated wp-total cache (for better analysis)
But now when i visit my site, i get 500 internal server error
However, wp-admin works fine. Can someone please guide?
url- http://webshift.in
NOTE: i restored my old header and footer files but i still get the error
<hr>
EDIT: Just got i working. But i can't find a way to delete this post. Sorry
Did you try re-enabling WP-total cache? Odds are it made some modification to the .htaccess file that's causing a bad redirect when the plugin is shut off.
t_virus
Member
Posted 7 months ago #
I just solved it. sorry, i should've worked my best before posting here
but the reason was somewhat foolish - "my backup somehow had a <i>single</i> edit and messed it all."
But you can still help me on something.
________________________________________________
I want to replace
bloginfo('name') IN
<title><?php if ( is_archive() ) { _e('Category '); } wp_title('-', true, 'right'); bloginfo('name'); ?></title>
with my blog's name. But doing so causes 500error. :S