>- see footer for list info -<
Hi all,
 
Friday afternoon, weekend close by, something else to do than whatever
the boss has told you to do... I can't fail to get an answer to this
one!
 
After having had a site from another supplier transferred (back) to my
system, I'm trying to do some 301 redirection on the PPC campaign that
had been set up. Unfortunately, the site that my customer was using
before has it's search located in the /bin directory, ie
www.site.com/bin/search?searchString=weekend.
 
I'm trying to get this working as a 301 redirection, but have run into a
problem.
 
Setup:
- CFMX7 on IIS6
- Mach-II framework
- Win2k3
- HeliconTech ISAPI_Rewrite 3
 
 
Simplified, try this:
- create a test.html in the root
- add "RewriteRule ^bin/test /test.html [NC]" to the .htaccess file
- call www.site.com/bin/test
 
In theory you should get the test.html to show, but it fails miserably
with a Mach-II error: The value returned from function getCurrentEvent()
is not of type MachII.framework.Event.
 
My logic says that Mach-II should kick in AFTER CFMX7 has taken over the
call from IIS, which should be AFTER Isapi_rewrite should have processed
the rewrite. But no, something steals the attention and it craps itself.
 
I can add a folder call /bxin and it still works, but /bin seems to have
some special attention needs in IIS/CFMX7.
 
Ideas?
 
Thanks,
Christian
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to