in reply to Re^4: [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
in thread [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
I tried adding "domain" in this but it din't work
http://9.111.111.111/tools/id/gel444/controller?action=homeacceptableuse is not a domain so it's not surprising that it doesn't work. Another problem is that you've specified -secure => 1 when the URL in question is clearly not secure.
Can you please help me with other suggestions which i can implement?
One typical approach to achieve your desired feature is:
You can work on implementing each of these independently until you have the full working solution.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: [OT] Need help in redirecting WebPage in FastCGI-Perl Application via .htaccess
by dipit (Sexton) on Nov 27, 2019 at 18:37 UTC |