| Author |
|
moishier Groupie

Joined: 24 October 2004 Location: United States
Online Status: Offline Posts: 76
|
| Posted: 19 June 2007 at 7:16pm | IP Logged
|
|
|
I have my site set up with the option of .asp conversion to .htm.
I have some .html files that are processed as dynamic files in IIS. So for example, /article.html contains an ASP include of /article.asp. So the same way you can do /article.asp?1=1 you can also do /article.html?1=1.
Now, what is happening is like this: Suppose I have a URL like this: www.site.com/article.html?1=1, with Linkfreeze enabled the frozen URL would be: www.site.com/article.html/1/1. Fine. When it hits the server, the server logs show it as coming through as article.html?1=1, and the page loads correctly.
However, there are cases that the logs on the IIS server show a final request for /article.html/1/1 and of course that give a 404! Sometimes linkfreeze decides to interpret the query string, and sometimes not.
What is the application supposed to be doing?
What should I be doing? I thought to rewrite all article.html inbound links to article.htm. Would you recommend that?
|
| Back to Top |
|
| |
Yaroslav Moderator Group

Joined: 15 August 2002
Online Status: Offline Posts: 6445
|
| Posted: 20 June 2007 at 4:46am | IP Logged
|
|
|
We are working on a resolution.
__________________ Yaroslav Govorunov,
Helicon Tech
|
| Back to Top |
|
| |
moishier Groupie

Joined: 24 October 2004 Location: United States
Online Status: Offline Posts: 76
|
| Posted: 20 June 2007 at 10:14am | IP Logged
|
|
|
Any ETA?
|
| Back to Top |
|
| |
moishier Groupie

Joined: 24 October 2004 Location: United States
Online Status: Offline Posts: 76
|
| Posted: 20 June 2007 at 10:25am | IP Logged
|
|
|
A similar issue:
Suppose I send this URL over to linkfreeze:
/templates/articlecco.asp/aid/382435
It will send the request as is to IIS, (I see this URL being logged in IIS: /templates/articlecco.asp/aid/382435)
It seems linkfreeze thinks it does not have to do anything to the URL since it already came in as .ASP?
|
| Back to Top |
|
| |
moishier Groupie

Joined: 24 October 2004 Location: United States
Online Status: Offline Posts: 76
|
| Posted: 20 June 2007 at 11:31am | IP Logged
|
|
|
Another similar situation:
Sending this URL to linkfreeze:
/templates/articlecco.htm?aid=382435
Will not issue a redirect to a frozen version, most probabely because linkfreeze asumes that it's frozen because of the .htm extention.
|
| Back to Top |
|
| |
Yaroslav Moderator Group

Joined: 15 August 2002
Online Status: Offline Posts: 6445
|
| Posted: 22 June 2007 at 7:23am | IP Logged
|
|
|
Please download LinkFreeze build 72, it should fix this problem.
__________________ Yaroslav Govorunov,
Helicon Tech
|
| Back to Top |
|
| |
moishier Groupie

Joined: 24 October 2004 Location: United States
Online Status: Offline Posts: 76
|
| Posted: 22 June 2007 at 11:12am | IP Logged
|
|
|
Thanks. Issues #1 & #3 have been fixed.
Issue #2 is still a problem. It sends you in a loop.
|
| Back to Top |
|
| |
moishier Groupie

Joined: 24 October 2004 Location: United States
Online Status: Offline Posts: 76
|
| Posted: 26 June 2007 at 8:46am | IP Logged
|
|
|
Any updates?
|
| Back to Top |
|
| |
Yaroslav Moderator Group

Joined: 15 August 2002
Online Status: Offline Posts: 6445
|
| Posted: 26 June 2007 at 9:08am | IP Logged
|
|
|
Can you please explain what exactly you mean by "issue #2"?
__________________ Yaroslav Govorunov,
Helicon Tech
|
| Back to Top |
|
| |
moishier Groupie

Joined: 24 October 2004 Location: United States
Online Status: Offline Posts: 76
|
| Posted: 26 June 2007 at 9:27am | IP Logged
|
|
|
Suppose I send this URL over to linkfreeze:
/templates/articlecco.asp/aid/382435
It will send the request as is to IIS, (I see this URL being logged in IIS: /templates/articlecco.asp/aid/382435)
It seems linkfreeze thinks it does not have to do anything to the URL since it already came in as .ASP?
|
| Back to Top |
|
| |
Yaroslav Moderator Group

Joined: 15 August 2002
Online Status: Offline Posts: 6445
|
| Posted: 28 June 2007 at 7:09am | IP Logged
|
|
|
New build 74 should fix this issue.
__________________ Yaroslav Govorunov,
Helicon Tech
|
| Back to Top |
|
| |
moishier Groupie

Joined: 24 October 2004 Location: United States
Online Status: Offline Posts: 76
|
| Posted: 28 June 2007 at 12:10pm | IP Logged
|
|
|
Thanks, this is now resolved.
|
| Back to Top |
|
| |