| Author |
|
sipi41 Newbie

Joined: 03 January 2011 Location: United States
Online Status: Offline Posts: 15
|
| Posted: 16 December 2011 at 12:04pm | IP Logged
|
|
|
Hope everything is fine with you all.
I'm writting you because I need some help/support...
here's the situation:
I have IIS7 (x64 2008 standard), with clean install... I
have installed your product APE (because we had license
for IIS6 / linkfreeze)... At the beginning we had other
Windows Server with IIS7 and, I configured it, and it was
working fine... but now, I moved to another server, I did
the same, but now I'm having problems...
Here's the URL I want to convert:
http://anuncios.buenasuerte.com/clasificados.asp?
de=Abogados-Servicios-Legales
Here's the Rule I'm using:
# Helicon Ape version 3.0.0.71
LinkFreezeEngine On
SetEnv mod_linkfreeze
LinkFreezeRule /// "asp=htm" [MoveExt]
Here's the result it's giving me:
http://anuncios.buenasuerte.com/clasificados/de/Abogados-
Servicios-Legales.htm
The problem start when clicking over that link... an ugly
error appear and it takes me to:
http://anuncios.buenasuerte.com:80/clasificados/de/.asp?
Abogados-Servicios-Legales&clasificados=de
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had
its name changed, or is temporarily unavailable.
I noticed that if I remove the MoveExt property, the
problem is gone... but I would like to know why here is
failing and not in the other server?? Please help...
thank you!!
Guillermo.
|
| Back to Top |
|
| |
Anton Admin Group

Joined: 30 January 2007 Location: Ukraine
Online Status: Offline Posts: 10520
|
| Posted: 19 December 2011 at 3:32am | IP Logged
|
|
|
Hello Guillermo,
First, please try to use ~ replacement character instead of / just for testing. And report the results.
Second, please tell if have physical folders such as /clasificados/ or /de/ and whether you have configs inside them.
Finally, is there a chance to get remote access to your server to check it live?
__________________ Regards,
Anton
|
| Back to Top |
|
| |
sipi41 Newbie

Joined: 03 January 2011 Location: United States
Online Status: Offline Posts: 15
|
| Posted: 19 December 2011 at 2:21pm | IP Logged
|
|
|
Thanks for your reply.
I have changed the /// to ~~~ and the problem
disappeared... but I don't want to use the ~ symbol,
because I have a sitemap, RSS and many other things using
the ///, and it was working fine before.
Second answer is: No, I don't have any /clasificados/ or
/de/ folder.
Yes! I can share my desktop with you using logmein, just
give me a call, and I can send you the link right away!
my phone is 832-292-0088
Thanks for your patience and help!!!
|
| Back to Top |
|
| |
Anton Admin Group

Joined: 30 January 2007 Location: Ukraine
Online Status: Offline Posts: 10520
|
| Posted: 20 December 2011 at 5:08am | IP Logged
|
|
|
Hello Guillermo,
We've found a small bug with slashes processing and need a few days to released a new build with a fix.
We'll inform you about it as soon as it's there.
Thanks for assistance.
__________________ Regards,
Anton
|
| Back to Top |
|
| |
CowboyGuy Newbie

Joined: 21 December 2011
Online Status: Offline Posts: 2
|
| Posted: 21 December 2011 at 6:25pm | IP Logged
|
|
|
Anton wrote:
Hello Guillermo,
We've found a small bug with slashes processing and need a
few days to released a new build with a fix.
We'll inform you about it as soon as it's there.
Thanks for assistance. |
|
|
Wow! I am suffering the same problem with the slashes.
PLEASE UPDATE ME WHEN THIS NEW FIX IS AVAILABLE. I am
urgently waiting for this.
|
| Back to Top |
|
| |
Anton Admin Group

Joined: 30 January 2007 Location: Ukraine
Online Status: Offline Posts: 10520
|
| Posted: 22 December 2011 at 2:18am | IP Logged
|
|
|
The build is already available - 3.0.0.75.
__________________ Regards,
Anton
|
| Back to Top |
|
| |
CowboyGuy Newbie

Joined: 21 December 2011
Online Status: Offline Posts: 2
|
| Posted: 22 December 2011 at 12:22pm | IP Logged
|
|
|
I am still having problems even after upgrading.
THIS WORKS:
SetEnv mod_linkfreeze
LinkFreezeRule /-- "asp=htm"
IIS log file produces this:
2011-12-22 18:31:33 192.168.1.16 GET /help.asp testing=1
80 ... (200 no error)
THIS DOES NOT WORK:
SetEnv mod_linkfreeze
LinkFreezeRule /-- "asp=htm" [MoveExt]
IIS log file produces this:
2011-12-22 18:25:55 192.168.1.16 GET /help/.asp
help/testing=1 80 ... (404 error)
* when I use the MoveExt flag, the links are re-written
correctly, but when you click on the link, you get a 404
error. It's almost like IIS is looking for a physical
folder. I have no physical foldernames that would cause a
conflict either.
I need help with this asap - we are migrating to a new
server and they will start double-charging us for 2
servers if we do not complete migration.
Edited by CowboyGuy - 22 December 2011 at 12:36pm
|
| Back to Top |
|
| |