Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Basically I want to do this:

RewriteCond %{QUERY_STRING} (^|&)t=
RewriteRule .* - [E=tag:name]

But the E only works with CGI ,I need to use something like this to work in mod_perl:

PerlSetEnv TEMPLATE_PATH /usr/share/templates

I want to set it only if the querystring matches something,how to do that kind of settings?

share|improve this question
What's the query string/URL or an example of it ? – Iain Jul 20 '11 at 11:28
@Iain ,maybe just some GET parameters.. – kernel Jul 20 '11 at 13:03
@Iain ,yes it's an ordinary GET parameter in the querystring,named t. – linux Jul 21 '11 at 1:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.