When i use the template tag {title_permalink="news_articles/view"} it will not produce the link with the given arguments. It produces just the base url with the title url.
Why does this not work properly?
{exp:channel:entries channel="news_articles" limit="1"}
{title}
{date}
{author}
{article_excerpt}
{article_body}
{title_permalink="news_articles/view"}
{/exp:channel:entries}Also when i rename admin.php and in the config.php the url set to the renamed admin.php cp does not work anymore.
When i request the renamed url it redirects to admin.php which does not excists anymore (cause i renamed the file) how do i fix this?
For both i’m running EE2 on MAMP, if that makes any differents.
Please help me.
Greetings