我有这样的网址http://www.example.com/subdir/Subcontent?QUERY=420501我想将其重定向到http://www.example.com/subcontent.html?QUERY=420501,因此如果子网址中的子内容是动态的,那么它会将子内容的第一个字母更改为小并重定向到最终网址{{3} }
我试过这个
RewriteCond %{QUERY_STRING} QUERY=([0-9]+) [NC]
RewriteCond %{REQUEST_URI} !\.html
RewriteRule ^subdir/(.*)$ /$1 [L,R=301]
但它似乎不起作用我认为序列不适合对此无能为力的条件。
答案 0 :(得分:0)
在Apache或vhost服务器配置中添加此image = imread('21.tif'); %Input Image
trainingAns = imread('21.gif'); % Ground Truth
gchanel = image(:,:,2);
%% GLM
szG = size(gchanel);
b = glmfit(gchanel,trainingAns(:),'normal'); %binomial normal% see the output of the model based on the training
featuresCTrain = glmval(b,gchanel,'logit');
CTrain = reshape(CTrain,szG(1:2));
features = reshape(gchanel,[prod(szG(1:2)),1]);
:
RewriteMap
此外,您还有其他条件,请使用此规则重定向和小写您的网址:
RewriteMap lc int:tolower