Problems, need help? Have a tip or advice? Post it here.
6 posts Page 1 of 1
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
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!
some additonal info:
As I get an Server Error when using "Options" in .htaccess
Code: Select all
[alert] xxx/.htaccess: Options not allowed here xxx


I deleted the complete line
Options +SymLinksIfOwnerMatch -MultiViews
No one any idea what causes the problem?
Cannot say without taking a look at the issue first-hand.
Please PM me the FTP+Couch creds if you'd like me to do so.
Christoph,

I logged in and tried to study the problem.

It appears, the .htaccess file is not taking effect as expected - the 'page_name' is not being passed to Couch so the view always remains as 'list_view'.

As to why this is happening, I think it has to do with your server not allowing the 'options' directive in .htaccess.

There are discussions on Google on this very issue (e.g. https://www.binarytides.com/fix-htacces ... ere-error/). You may try those solutions or ask your web host for help.

Hope this helps.
Thanks for looking into this. I already asked the provider, but they don't allow Options as of security issues. How ever, i'm not able to edit the apache settings (no access to the /var/www directory). So I turn pretty URL off.

Thanks best Christoph
6 posts Page 1 of 1
cron