• Hi, i cannot modify the header.php I was able to do the same thing on another host and worked. I installed wordpress on this new host (local company).

    I’m trying to add a .jpg file to a header

    <div id="header">
    
    		<!-- Logo -->
    		<div id="headerleft">
    			<h1><a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('description'); ?>"><?php bloginfo('name'); ?></a></h1>
    		</div>

    and below error occurs.

    Bad Request
    Your browser sent a request that this server could not understand.
    Apache Server at wptest.vermonttibet.org Port 80

    Please help. Thank you

Viewing 1 replies (of 1 total)
  • Thread Starter Migyur Gyegong

    (@minz)

    this is what i did on a different hosting company (hostmonster) and worked

    <div id="headerleft">
    			<h2><img src="https://i369.photobucket.com/albums/oo137/minzeverest/tib-logo.jpg" alt="Angry face" />
                            </h2>
    		</div>
    
    		<div id="headerleft">
    			<h1><a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('description'); ?>"><?php bloginfo('name'); ?></a></h1>
    		</div>

Viewing 1 replies (of 1 total)
  • The topic ‘Bad request when header is modified’ is closed to new replies.