× Here you can get community support related to ReDJ.

Need help: urlencoded Umlaut & special characters

More
11 years 1 month ago #780 by cappu
Tried it in all kinds of variation - no success... seems that it does not like the % (+ works)

Bernhard

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago - 11 years 1 month ago #788 by admin
Hi Bernhard,
just tried these:
/artikelsuche?aktion=ssuche&swort=nachgef%FCllten

From URL: ^/artikelsuche\?aktion=ssuche&swort=nachgef%FCllten$
Decode URL: false (unchecked)

/artikelsuche?aktion=ssuche&swort=fs-1800-+-n

From URL: ^/artikelsuche\?aktion=ssuche&swort=fs-1800-\+-n$
Decode URL: false (unchecked)

Kind regards,
Luigi
Last edit: 11 years 1 month ago by admin.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #789 by cappu
Hi Luigi,

already tried all these combinations. Plus sign is no problem and works. It's just the percentage '%' which gives me a 500 error. -

I checked if it could be an issue with the server settings and successfully tried the following code in .htaccess:
RewriteCond %{QUERY_STRING} ^aktion=ssuche&swort=nachgef%FCllten$ [NC]
RewriteRule ^artikelsuche /nachfuellanleitungen [R=301,L]

Well, it works and I can live with this.

Thanks anyways.

All the best,

Bernhard

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago - 11 years 1 month ago #790 by admin
As I told you, the last rules I suggested you are working, cause I tried on my environment. But you can leave the rule in the .htaccess, if you don't need hits counter.

Kind regards,
Luigi
Last edit: 11 years 1 month ago by admin.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #791 by cappu
Thanks very much Luigi. - Of course I tried your solutions. This one with the Umlaut (...nachgef%FCllten...) still won't work. It's the % which in my environment causes a 500 error.

Kind regards, Bernhard

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #794 by admin
Just for sake of curiosity, are you able to access to error message in the log?

Please Log in or Create an account to join the conversation.

Time to create page: 0.083 seconds