Advertisement:

Author Topic: Permalinks and umlaut problems  (Read 5599 times)

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Permalinks and umlaut problems
« Reply #15 on: May 14, 2015, 02:03:00 am »
Actually I find it kinda weird that a GERMAN hoster has umlaut issues in it's hosting..... ::)

I took a look around but was not able to detect your apache rights in shared hosting plans. What plan are you using where you have apache access?

pare

  • Full Member
  • ***
  • Posts: 110
Re: Permalinks and umlaut problems
« Reply #16 on: May 14, 2015, 08:54:07 am »
Hi,

have a look here, if u understand german :) https://www.webgo24.de/page-speed-nginx/

scroll a little bit down.

I've changed my hoster yesterday. at time I transfer my domains an content to the new one. there is all fine with osclass.

Regards,
Patrick

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Permalinks and umlaut problems
« Reply #17 on: May 14, 2015, 03:58:35 pm »
Thanks, I think this is what you are referring to:
Quote
Sie können bei uns Ihren eigenen Apache neu starten, Ihre php.ini ändern oder die httpd.conf anpassen

To be honest it sounds like this is a hybrid VPS environment or simply a VPS in itself.

Aficionado

  • Guest
Re: Permalinks and umlaut problems
« Reply #18 on: May 14, 2015, 05:16:37 pm »
Thanks, I think this is what you are referring to:
Quote
Sie können bei uns Ihren eigenen Apache neu starten, Ihre php.ini ändern oder die httpd.conf anpassen

To be honest it sounds like this is a hybrid VPS environment or simply a VPS in itself.

It is. No shared hosting plan exist that offer those low level changes.

 ;)

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Permalinks and umlaut problems
« Reply #19 on: May 15, 2015, 02:24:48 am »
Well if it is he should be able to rebuilt it with let's say only apache no nginx so the umlaut issue will be gone.....  8)

seosky9

  • Newbie
  • *
  • Posts: 2
  • hamrobazar
Re: Permalinks and umlaut problems
« Reply #20 on: May 15, 2015, 07:40:18 am »
i am going to fallow it.

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Permalinks and umlaut problems
« Reply #21 on: May 15, 2015, 06:39:54 pm »
You mean follow? And what will you be following if I may ask?  ::)

i am going to fallow it.

Aficionado

  • Guest
Re: Permalinks and umlaut problems
« Reply #22 on: May 15, 2015, 07:27:35 pm »
You mean follow? And what will you be following if I may ask?  ::)

i am going to fallow it.

There are several spammers in this forum, you found one of them. I have reported him, but .....

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Permalinks and umlaut problems
« Reply #23 on: May 16, 2015, 01:08:46 am »
 :o sad case of brainless effort to get some attention

OC-Nutzer

  • Full Member
  • ***
  • Posts: 118
Re: Permalinks and umlaut problems
« Reply #24 on: September 16, 2018, 04:52:26 pm »
Hi,

I use osclass in version 356 and german language. If set permalinks active, the search doesn't rewrite the keywords. In Germän we hav Ö, Ä, Ü, ß (ö, ä, ü) which should be OE, AE, UE, SS (oe, ae, ue).

I'm not sure but I think in older versions there were no problems with umlaute.

Anybody an info or Tip?

Best regards,
pare
Hey thanks for responce

I don't think that this problem is an UTF-8 Problem.

The whole site works with Permalinks on. Only if a user search with an keyword which have an umlaut ü,ä,ö,ß the search brings an errorpage with the information "ERR_TOO_MANY_REDIRECTS". Without umlaut, the search works fine  :-[

regards
pare
hey,

it's a little but late but seems still a problem..

i found the issue in osclass oc-includes/controller/search.php

u have to find this code and comment it out or delete or modify that this code doesn't redirect with umlauts

Code: [Select]
if (str_replace("%20", '+', $searchUri) != str_replace("%20", '+', ($_base_url . $this->uri))) {
   $this->redirectTo($searchUri, 301);
}

note: the mentioned code isn't in older os-class version in this search.php and thats why it works in older versions