GeoS
07-07-2007, 01:30 PM
Im trying to solve an issue with next future of Pixelpost.
As some time ago few of you gave example of special chars in URL as solution for extending tags content then Im trying to figure it out.
All works perfect when Im not using mod_rewrite:
http://blog.piotrgalas.com/?x=browse&tag=Z%C5%82ote_Tarasy
But when Im trying to play with mod_rewrite Ive got small problem:
http://blog.piotrgalas.com/browse/tag/Z%C5%82ote_Tarasy/
There is some issue with Apache's mod_rewrite when it have to move encoded (%xx) chars to the rule.
At my place there is i.e.:
RewriteRule ^browse/tag/([a-zA-Z\ 0-9_-\%]+)/([0-9]+)([/]{0,1}.*)$ index.php?x=browse&pagenum=$2&tag=$1&test [NE,L]
and there is no difference if there is with NE or without.
Does anyone had same problem and found solution?
As some time ago few of you gave example of special chars in URL as solution for extending tags content then Im trying to figure it out.
All works perfect when Im not using mod_rewrite:
http://blog.piotrgalas.com/?x=browse&tag=Z%C5%82ote_Tarasy
But when Im trying to play with mod_rewrite Ive got small problem:
http://blog.piotrgalas.com/browse/tag/Z%C5%82ote_Tarasy/
There is some issue with Apache's mod_rewrite when it have to move encoded (%xx) chars to the rule.
At my place there is i.e.:
RewriteRule ^browse/tag/([a-zA-Z\ 0-9_-\%]+)/([0-9]+)([/]{0,1}.*)$ index.php?x=browse&pagenum=$2&tag=$1&test [NE,L]
and there is no difference if there is with NE or without.
Does anyone had same problem and found solution?