|
Home > Archive > Web Servers on Unix and Linux > March 2004 > Zeus Redirect
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Michael Tyznik 2004-03-18, 2:05 pm |
| I'm currently using META-tagged HTML documents to redirect misspelled
URLs on a site that runs on Zeus, since Zeus doesn't support mod_alias
or mod_rewrite. This takes a lot of time, though, since I have to
create a new file for each redirect. Is there any way I can make one
file with all the redirects (either in a .htaccess or somewhere else)?
| |
| Owen Jacobson 2004-03-18, 2:05 pm |
| On Thu, 11 Mar 2004 16:44:53 -0800, Michael Tyznik wrote:
> I'm currently using META-tagged HTML documents to redirect misspelled
> URLs...
Why?
Seriousl question. If there are misspelled links in your documents, use a
global search tool like 'grep' to find the pages with those links and fix
them. If users are typing in misspelled URIs rather than bookmarking pages
or following links, any 4xx responses they get are their problem, not
yours.
--
Some say the Wired doesn't have political borders like the real world,
but there are far too many nonsense-spouting anarchists or idiots who
think that pranks are a revolution.
|
|
|
|
|