[Radiant] Redirect?
Anton Aylward
anton at si.on.ca
Sun Jan 28 13:50:34 CST 2007
Sean Cribbs said the following on 01/28/2007 01:50 PM:
> Anton J Aylward wrote:
>> Is there a way to set up a page so that it silently redirects to another one
>>
>> Something that results in what one might conceive of as
>> <r:redirect dest="/about/faq" />
>> with appropriate 404 handling?
>>
>>
> Anton,
>
> I started to do that for some pages on kckcc.edu, but found it was much
> easier to just write a rewrite rule instead. Here's an example -- this
> should work on Apache and Litespeed.
>
> RewriteCond %{REQUEST_URI} ^/some/old/page
> RewriteRule ^/some/old/page(.*) /about/faq$1 [L,R]
>
> [...]
>
It helps me, in the role of the Webmaster.
It doesn't help the client since she only has access to the admin part of
Radiant and doesn't have shell access and would be freaked out by that
cheat-sheet page. (I can't say that's its illuminating to me. I suppose
you have to now all this stuff and view the cheat sheets as an aide memoir.)
That's what the 'techie geeks' like us are for, she says.
--
Any simple problem can be made insoluble if enough meetings are held to
discuss it.
More information about the Radiant
mailing list