Need help: urlencoded Umlaut & special characters
-
cappu
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
11 years 8 months 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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 8 months ago - 11 years 8 months 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 8 months ago by admin.
Please Log in or Create an account to join the conversation.
-
cappu
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
11 years 8 months 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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 8 months ago - 11 years 8 months 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 8 months ago by admin.
Please Log in or Create an account to join the conversation.
-
cappu
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
11 years 8 months 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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 8 months 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.156 seconds