url重写为N个查询字符串

时间:2016-06-24 23:06:06

标签: .htaccess url-rewriting seo

我需要将网址重写为http://jzbeta.local/category.php?u=new-page&limit=all&page=2&style=new,如下所示,

http://jzbeta.local/new-page&limit=all&page=2&style=new

到目前为止,我的htaccess文件有以下规则:

RewriteRule ^([a-zA-Z0-9\-]+)\/?$ /category.php?u=$1 [NC]

我只能使用一个查询字符串。

非常感谢任何帮助。

更新 一旦我改变现有的重写如下,它就像我预期的那样工作。 RewriteRule ^([a-zA-Z0-9\-]+)\/?$ /category.php?u=$1 **[L,QSA]**

感谢您的建议。

1 个答案:

答案 0 :(得分:0)

您可以使用以下规则:

File "Anaconda3\lib\sitepackages\pytesseract\pytesseract.py", line 167, in image_to_string
return f.read().strip()
File "Anaconda3\lib\encodings\cp1252.py", line 23 in decode
return codecs.charmap_decode(input, self.errors, decoding_table)[0]
UnicodeDecodeError:'charmap' codec can't decode byte 0x81 in position 1583: character maps to <undefined>