I’m stuck with a weird url problem (using EE 2.1.3). It should be really simple—I’ve done it lots of times before. I’m trying to set up permalinks to event articles with this code:
<a href="http://{title_permalink=events/notice}" title="{title}">Read more</a>Normally, this would create a url like so:
mysite.com/events/notice/post-titlebut what I am getting is
mysite.com/admin/events/notice/post-titleWhere is that /admin/ coming from? I’ve never seen that before.
The only thought I had was that it’s something to do with the mysterious Channel preferences > Path settings > Channel URL, which reads
mysite.com/admin/That field describes itself as “The URL to this particular channel”, but I have no idea what that means anyway. (I checked the docs, and they explain that this field sets “The URL to this particular channel”. Hmmm. The docs could be a bit more helpful than that, really.)
Anyhow, I have no idea if this is the source of the problem, but I’m stumped. Any advice would be appreciated.
PS—I have removed index.php from the urls via htaccess, but have never had a problem with this before, so don’t think that’s an issue. I removed it altogether, rather than rename it to “admin”.