HTTP ERROR 500 “Internal lite”
-
When I try to see a page, WordPress show me HTTP ERROR 500 I applied this:
Replace in
file “front-page.php”:get_template_part( ‘content’, get_post_format() );
with
get_template_part( ‘content’, ‘single’ );
but It does not work. I need help
- The topic ‘HTTP ERROR 500 “Internal lite”’ is closed to new replies.