| Posted: 28 January 2010 at 1:55pm | IP Logged
|
|
|
After developing a little locally with RewriteMap I just realised my host only has rewrite version2. hence the headaches trying to get RewriteMap to work :-(
How would you suggest diong something similar in version 2.
I have a text file with the same setup as in the example key1 value1 key2 value2 keyN valueN
how could I put this list in the httpd.ini and pass it through something like this
RewriteRule ^/(.*)\.html$ /index.cfm?action=${requestpages:$1|home}
|