Anonymous
Unregistered
Posted 8 years ago #
I have an include in the 'menu' part of my blog but the links after it (archives and login) now point to a misspelled version of my domain not the subdomain the blog is in. All the other links on the page are fine. I guess there must be a conflict somewhere...
http://blog.snowcovered-dreams.net
Can anyone suggest a fix?
what code did u use for your include exactly??
Anonymous
Unregistered
Posted 8 years ago #
<? include("/home/snowcov/public_html/currently/current.php"); ?>
Make sure your siteurl setting is correct.
Anonymous
Unregistered
Posted 8 years ago #
It is correct, if that had been the problem I could have sorted it ages ago! All the other links on the page work fine its just the ones after the include that are screwy.
Anonymous
Unregistered
Posted 8 years ago #
her opening <? was missing a 'php' and should have been <?php I guess, among other things if any.