OK.looks like the one I was using can't do what I want unless we pay $150
for it, so I am over to Ionic.  I am still not very clear on how to do
this.especially with the individual files for the virtual hosts.  The
instructions for this were a bit less than clear on how to accomplish this. 

 

So here's my structure.I have a folder that had the dll and the global INI
file and I have an IIRF.ini file in the directory that I have the site
pointed to (I put it in c:\inetpub\rewrite as a convenience).  The site is
in c:\intepub\wwwroot\job_posts.  When I do a
iirfstatus(http://localhost/job_posts/iirfstatus), it is looking for the
IIRF.ini in the  webroot and not the site root.  Is there something I need
to do to get it to see the IIRF.ini file in the site root?  I even tried
doing a dummy domain using the hosts file, so that I am not just going to a
subdirectory in the url and that didn't help.  Eventually I want this to be
delineated by dashes, but here is what I have using forward slashes.(not
very up on my reg ex :-\).

 

RewriteRule
^/job_posts/([^/]+)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*.html)$
/job_posts/index.cfm?jobname=$1&company=$2&city=$4&state=$5&country=$6&clien
t=$7[L,QSA]

 

 

I really need so help with this and I am getting very frustrated with regex
as you can imagine.plus this doesn't do much as far as helping you debug, so
any assistance will be greatly appreciated.  Thanks in advance

 

Eric



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331342
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to