<div dir="ltr">Mike,<br><br>Try changing<br><br><img src="accent10x10.GIF" border="0"><br><br>to <br><br><img src="/accent10x10.GIF" border="0"><div><br></div><div>If you leave off the / at the beginning, the path will be relative from the current url, which turns into /cgi-bin/accent10x10.GIF (which does not exist). </div><div><br></div><div>The way I discovered the redirect issue was using the Browser's network tab. This tab shows all requests to the server, whether its to load HTML, AJAX, javascript, css, etc. I prefer Firefox when debugging w/ the network tab because it does a better job at showing when redirects take place (the original request will show a 301 status and a new request will show up), and it also does better at preserving form data after redirects. </div><div><br></div><div>1) Open firefox</div><div>2) Navigate to your page</div><div>3) Right click somewhere on page and click "Inspect Element"</div><div>4) Click the "Network" tab</div><div>5) Check "Persist Logs"</div><div>6) Submit form or reload page to see network requests populate</div><div>7) Select network request to view more details such as url, form data, headers, response, etc.</div><div><br></div><div>Hope this helps. I attached a screenshot to show an example.</div><div><br>Best Regards,</div><div>Christopher Mevissen</div><div><br></div><div><div><img src="cid:ii_jp731ds90" alt="site2.png" width="562" height="316"><br></div></div></div><br><br><div class="gmail_quote"><div dir="ltr">On Sun, Dec 2, 2018 at 8:48 AM Mike Flannigan <<a href="mailto:mikeflan@att.net">mikeflan@att.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Sorry for bombarding you guys with e-mails, but I wrote<br>
the e-mail below incorrectly.  This is what I meant<br>
to say about what fixed my problem:<br>
<br>
WOW, I just tried:<br>
<form method="POST" action="<a href="http://www.mflan.com/cgi-bin/qa.cgi" rel="noreferrer" target="_blank">http://www.mflan.com/cgi-bin/qa.cgi</a>"><br>
and IT WORKS!!!!!!!!!!!!<br>
<br>
<br>
This redirect issue seems to be propagated across my site.<br>
I have removed the single Redirect I had and it did not<br>
seem to change anything.<br>
<br>
At the top of my webpage I have this simple image:<br>
<br>
<IMG src="../common/accent10x10.GIF" border=0><br>
<br>
in my program and it didn't work.<br>
<br>
So I change it to<br>
<IMG src="<a href="http://www.mflan.com/cgi-bin/accent10x10.GIF" rel="noreferrer" target="_blank">http://www.mflan.com/cgi-bin/accent10x10.GIF</a>" border=0><br>
and it doesn't work.<br>
<br>
I change it to<br>
<IMG src="accent10x10.GIF" border=0><br>
and it doesn't work.<br>
<br>
After doing more testing I think I am actually going to have<br>
to move to another ISP to fix this, unless HG fixes it.<br>
<br>
This simple site does not display the<br>
accent10x10.GIF<br>
graphic<br>
<a href="http://www.mflan.com/cgi-bin/test.cgi" rel="noreferrer" target="_blank">http://www.mflan.com/cgi-bin/test.cgi</a><br>
<br>
Mev412,<br>
<br>
If you could tell me how you figured out my problem<br>
was related to redirection, that may help me.<br>
<br>
<br>
Mike<br>
<br>
<br>
On 12/1/2018 12:11 PM, Mike Flannigan wrote:<br>
><br>
> I think you may be on to something there, but it did not<br>
> work when I changed my line:<br>
><br>
> <FORM ACTION="<a href="http://mflan.com/cgi-bin/qa.cgi" rel="noreferrer" target="_blank">http://mflan.com/cgi-bin/qa.cgi</a>" METHOD="POST"><br>
> to<br>
> <FORM ACTION="<a href="http://www.mflan.com/cgi-bin/qa.cgi" rel="noreferrer" target="_blank">http://www.mflan.com/cgi-bin/qa.cgi</a>" METHOD="POST"><br>
><br>
> I say it does not make send for the link<br>
> <a href="http://mflan.com/cgi-bin/qa.cgi?name=muscle" rel="noreferrer" target="_blank">http://mflan.com/cgi-bin/qa.cgi?name=muscle</a><br>
> to work if File::Find was the problem.<br>
><br>
><br>
> WOW, I just tried:<br>
> INCORRECT************ <FORM <br>
> ACTION="<a href="http://www.mflan.com/cgi-bin/qa.cgi" rel="noreferrer" target="_blank">http://www.mflan.com/cgi-bin/qa.cgi</a>" METHOD="POST"> <br>
> ***********INCORRECT<br>
> and IT WORKS!!!!!!!!!!!!<br>
><br>
> Now I need to figure out what is going on here.<br>
> Why did it work before and then quit working.<br>
> I am positive it worked before.<br>
><br>
> If anybody can enlighten me, please call me at<br>
> 281-286-6869.<br>
><br>
><br>
><br>
> Mike<br>
> 281-286-6869<br>
><br>
_______________________________________________<br>
Houston mailing list<br>
<a href="mailto:Houston@pm.org" target="_blank">Houston@pm.org</a><br>
<a href="https://mail.pm.org/mailman/listinfo/houston" rel="noreferrer" target="_blank">https://mail.pm.org/mailman/listinfo/houston</a><br>
Website: <a href="http://houston.pm.org/" rel="noreferrer" target="_blank">http://houston.pm.org/</a><br>
</blockquote></div>