rewritemap Questions
3
Solved
How can i use RewriteMap directive in htaccess file?
When i put it there i get "RewriteMap not allowed here" error.
I know this error will disappear when put it in httpd.conf or virtualhost config...
Biodegradable asked 20/10, 2010 at 7:29
4
Solved
I have a rewritemap that has a list of domains to redirect. Currently I have to list www.foo.com and foo.com in the rewrite map. I was wondering if there was a way to have the rewritecond check for...
Henley asked 30/12, 2010 at 22:27
2
Solved
I have read the top 30 Google hits for several combinations of IIS rewrite map condition and so on, but I can't find any decent documentation, either on a microsoft.com site or elsewhere.
I have...
Vikki asked 24/3, 2014 at 14:1
1
Is it possible to use reg ex in a rewrite map? For example:
<rewriteMap name="Redirects">
<add key="/blah/(.*)" value="/blah/{R:1}" />
</rewriteMap>
Or is there a way to handl...
Darksome asked 11/4, 2012 at 11:21
1
Solved
I have a map file in this format
233 Alabama/Phenix-City/Ridgebrook
237 Alabama/Ft.-Mitchell/Riverside-Estates
I have the following .htaccess script. I'm getting a 500 Internal Server Error when...
Yacketyyak asked 31/10, 2011 at 19:14
2
Solved
This has been driving me insane. I can't seem to get the RewriteMap directive to work for a php script on windows. Here is the relevant snippet from my httpd.conf file:
<IfModule mod_rewrite.c&...
Althorn asked 18/8, 2010 at 20:1
1
© 2022 - 2024 — McMap. All rights reserved.