in reply to Re: Save File As --filenames
in thread Save File As --filenames

Thanks, your example clarifies the problem. I see the same results as you, it's the 'index.pl'. However, it's not a question of getting it from my bookmarks, because I save to files.

So I guess the question is whether the perlmonk's cgi script can be changed to remove the 'index.pl' from the url it sends, without breaking something else. I can access the same node without the 'index.pl' in the url, so maybe it's not even needed?


I'm not really a human, but I play one on earth. flash japh

Replies are listed 'Best First'.
Re^3: Save File As --filenames (already done)
by tye (Sage) on Sep 28, 2005 at 20:13 UTC

    Perlmonks doesn't (hasn't for a while) put "index.pl" into URLs. It uses URLs like "?node_id=495872". Your browser is adding the index.pl. So stop using whatever link or bookmark that has "index.pl" in it and index.pl won't show up.

    You could also add a "index.pl-remover" to your Free Nodelet via [href:///?node_id=`id`|outdex] (outdex), for example.

    - tye