HaveAQuestion
Programmer
Hello ... I'm fairly new at working with apache ... My question is if it is possible to read the queryString in apache ? Each parameter ?
Thanks ...
Best regards,
Tom.
Thanks ...
Best regards,
Tom.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Oops, I missed the redirect part.HaveAQuestion said:The parameter "lang" can have different values and for the value FR I want to redirect it to another page.
RewriteEngine on
RewriteCond %{QUERY_STRING} \blang=(fr)\b
RewriteRule \.swf$ [URL unfurl="true"]http://google.com/search?q=%1[/URL] [NC]