Ok, so the /redirects directory is clarified now. Not sure why we have it this
way though.
About the .htaccess at the doc root level I added this rule over 1 hour ago
http://geronimo.apache.org/faq.html
but still doesn't get redirected. I also renamed the faq.html file directly
from mino but so far I don't see any changes. Does it also take 1 hour for
these updates to get reflected?
Cheers!
Hernan
Erik Abele wrote:
On 11.03.2008, at 16:09, Hernan Cunico wrote:
I just realized I fat fingered the command and the
/redirects/.htaccess is still there so anyway, not sure if this is a
valid location. None of these rules (for this file) seem to work.
RewriteRule ^wiki$ http://cwiki.apache.org/geronimo does not seem to
work. The other rule for faq.html doesn't work either, did I forget to
type anything for these rules?
The .htaccess says ^wiki.html$ so the following works for me:
http://geronimo.apache.org/redirects/wiki.html
redirects to
http://cwiki.apache.org/geronimo/
Same for faq.html and the other rules.
Cheers,
Erik