View previous topic :: View next topic |
Author |
Message |
datadaddy1024 -
Joined: 11 Mar 2016 Posts: 1
|
Posted: Fri Mar 11, 2016 5:54 pm Post subject: can't quite get it working |
|
|
I have what I think should be a simple rewrite problem
the provided .htaccess is:
RewriteEngine On
RewriteRule $ isyProxy.php [L]
I tried the aws_mrt tool and configured the rule to match
I have a folder /had that is supposed to redirect to /rest/isyproxy.php
(the provider of this calls it a "transparent proxy")
a (REST/SOAP) request is sent to another service on my intranet which returns some xml for inclusion in a html page.
I know the response service is working because I can enter an address to invoke it without redirection and the expected xml is returned
I know the /had files are functional because if I invoke them on my server with the redirect rule turned off I see (most of) the desired page
I have php configured, the /had subsite is html and jscript
This is all being done on my own intranet so far (i.e. should not be any firewall/port issues)
Ideas ? What other info should I provide ? |
|
Back to top |
|
|
aprelium-support -
Joined: 20 Feb 2009 Posts: 356
|
Posted: Fri Mar 18, 2016 5:31 pm Post subject: Re: can't quite get it working |
|
|
datadaddy1024,
Please send your abyss.conf file and a reference to to this forum thread to support@aprelium.com . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
|