Link to archives is missing slash after domain name
-
Hello,
My blog’s index page uses the standard
<?php wp_get_archives('type=monthly'); ?>
to generate a link to the archive, but the URL is missing a trailing slash after the domain name–it looks like <https://www.ncacleaning.com2008/02>.The page is here: https://www.ncacleaning.com/index.php/faq/newsletter/
WP is installed in the
blog
subdirectory.WordPress address is set to https://www.ncacleaning.com/blog and Blog address is set to https://www.ncacleaning.com.
The inclusion of
index.php
in the URL makes it possible for me to use pretty permalinks despite Yahoo Hosting’s lack of support for .htaccess. The hack, which I found in a post on another forum, involves setting the “Custom permalink structure” to/index.php
.I would be glad to provide more information if someone would tell me what might be relevant to this issue.
- The topic ‘Link to archives is missing slash after domain name’ is closed to new replies.