| Posted: 28 February 2007 at 6:17pm | IP Logged
|
|
|
I'm trialing the software now, but I'm confused about a couple of things. I'm using the RegExp of @[^?]+\.asp for my directory.
1. The list of recommended substitution characters does not include a hyphen ("-"). Are there potential problems with this?
2. I use some JavaScript popups that look like this:
<a href="#null" onClick="newWindow('imagepop.asp?img=123.jpg')">
The link works, but when the image displays in the window, it displays an image name of 123.jpg.asp, which is a little odd. How do I correct this?
3. I use some JavaScript links that look like this:
<script type="text/javascript"> <!-- document.write('<a href="login.asp?ReturnTo=https://www.domain.com/process1.asp?idProduct=101">'); //--> </script>
As you can tell, the login script redirects to the passed absolute URL following login. These don't work well with LinkFreeze active. How should I handle these?
4. If I need all absolute links rewritten except for links to external payment systems like PayPal, how do I handle that? Ideally, I would like all absolute links that start with my domain to be rewritten, but no links to other domains.
5. Finally, I would like to replace the asp extension with htm, but I can't get that to work. I have entered asp in the file extension box, and checked and unchecked the option to move the file extension to the end of the URL, but all I get when I do this is page not found. Any ideas what I might be doing wrong here?
Thanks!
|