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?
Cheers!
Hernan
Hernan Cunico wrote:
wiki or faq.html don't seem to work
how about the other .htaccess under /redirects directory, I no longer
see this one on mino. Should we use only one htaccess at root level?
(not sure why we had more than one anyways)
Cheers!
Hernan
Joshua Slive wrote:
On Tue, Mar 11, 2008 at 10:39 AM, Hernan Cunico <[EMAIL PROTECTED]>
wrote:
Howdy folks,
For the Geronimo Web site we have some .htaccess files with some
redirection rules.
These no longer seem to work although we can't really tell since when.
Could you guys take a look at these files and provide some direction.
Please be more specific.
http://geronimo.apache.org/issues
does indeed redirect to
http://issues.apache.org/jira/browse/GERONIMO
and similarly for the others that I checked.
Of course, you would be better off with simple Redirect directives
rather than very-restrictive RewriteRules.
Joshua.