Hi all, I run into a strange problem when turning on pretty url on the following page
[url]http://www.pferdetierärztin.at/chiropraktik/[/url]
The links of the cloned pages looks good, but when clicking it you get always back on the list view. When turning pretty urls off it works as intended. All links are set with k_page_link
Is it possible that the main url with the "ä" causes the problem? I already tryed to set the config file with
but this did not help.
I'm on couch 2.2 and PHP 7
Thanks a lot for your help!
[url]http://www.pferdetierärztin.at/chiropraktik/[/url]
The links of the cloned pages looks good, but when clicking it you get always back on the list view. When turning pretty urls off it works as intended. All links are set with k_page_link
Is it possible that the main url with the "ä" causes the problem? I already tryed to set the config file with
- Code: Select all
// 1. // If neccesary, define the full URL of your site including the subdomain, if any. // V.IMP: Don't forget the trailing slash! define( 'K_SITE_URL', 'http://www.xn--pferdetierrztin-9kb.at/' );
but this did not help.
I'm on couch 2.2 and PHP 7
Thanks a lot for your help!