|
Posted by l v on March 26, 2008, 9:41 am
Please log in for more thread options
Naved wrote:
> Thanks for the help.
>
> but unfortunately it is not working.
> The page is forwarding to another URL after URL re-writing.
> which in turn does not solve my issue.
>
> I don't want user to bookmark my page and go directly to html page
> instead of first executing login.pl script.
In a few occasions I have the main URL coded as a html frame. The top
frame refers to a blank html file, the bottom (main) frame calls the
Perl script or a redirect URL. The URL in the browser remains what they
typed in, not the Perl script nor the redirected URL. This concept may
work for you.
--
Len
|