Problem with nav menu and links to pages
-
I transferred my site (www.krzysztofmarkowski.eu) to a new server, and i try to clean my nav menu but its not working…
1) i have message:
Not Found
The requested URL /info was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.2) in my menu i try to link to static pages and in a href=” * ” use one of this:
<?php bloginfo(‘home’) ?>/info
<?php bloginfo(‘siteurl’) ?>/info
<?php echo get_option(‘home’); ?>/
/index.php/info
info.phpbut any of this isnt working
menu looks like this:
<div id= "menu" class="container"> <div class="nav"> <ul> <li class="home"><a href="<?php bloginfo('home') ?>/">Home</a></li> <li class="info"><a href="<?php bloginfo('home') ?>/info">Info</a></li> <li class="www "><a href="<?php bloginfo('home') ?>/www">Www</a></li> <li class="photo"><a href="<?php bloginfo('home') ?>/foto">Foto</a></li> <li class="contact"><a href="<?php bloginfo('home') ?>/kontakt">Kontakt</a></li> </ul> </div> </div>
3) in my permalinks i have this:
/%category%/%post-name%/
and permalinks to page ex. Info or Wwww (_ -> . ):
www_krzysztofmarkowski_eu/info/
My home page is static page ‘www_krzysztofmarkowski_eu/home/’ and in setting -> reading i set this…
Do you know why this might have happened and how I can fix it? I followed some instructions in codex but its still black magic for me :/
PS. working good only link to home page :/
sorry for my english ??
- The topic ‘Problem with nav menu and links to pages’ is closed to new replies.