NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Not quite (Score:2)
Re:Not quite (Score:2)
Ah, I see. The trailing slash in my example does indeed cause that problem (which I also discovered when I was trying to get this to work, and I simply redirected / to /dir/). In the real-life versions I set up tonight, this wasn't an issue.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Pointless redirects (Score:2)
Even worse, visitors will bookmark the URL they get redirected to and start linking to that, and then six months later when the site changes to some other software the URL will stop working and the web will be filled with broken links to the site. (Not that that's likely to happ
Re:Pointless redirects (Score:2)
Wikipedia may have its reasons, but there are far too many sites that redirect their front pages to some other URL. Why can't these people just set up their servers to give me the right content when I ask for "/" in the first place?
In my case it's because I'm using a cheapo hosting service and don't have that kind of access to the server.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Pointless redirects (Score:2)
Redirectin anDirectoryIndexinsideRe:Pointless redirects (Score:2)
Thank you. I will look into those to see if they better provide what I want.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers