On Thu, 2009-02-26 at 19:09 +0100, Jonas Smedegaard wrote: > >The problem with the redirect is that it requires configuring in > >apache's config, whereas changing the FCKeditor directory into a > >symlink means that users who don't have access to the server config can > >do it. > > > >In my particular case I had to make a separate fckeditor symlink, and > >then add "RewriteRule ^moin_static/applets/FCKeditor/(.*) /fckeditor/$1 > >[last]" to my .htaccess file; but not all users will be able to use > >mod_rewrite. The symlink makes this additional step unnecessary. > > I fail to understand: In which cases do you have access to install moin > as a Debian package, but not to edit the Apache config?
On my own servers, I have a standard templated configuration that can't really include site-specific directives. So although I have the package installed, I can't add Alias directives to Apache's configuration file. Instead I (and my users) use symlinks, but having to have an extra symlink + RewriteRule for the FCKeditor files is inconvenient. If /usr/share/moin/htdocs/applets/FCKeditor was a symlink to /usr/share/fckeditor then this would not be necessary. :) -- Sam Morris https://robots.org.uk/ PGP key id 1024D/5EA01078 3412 EA18 1277 354B 991B C869 B219 7FDB 5EA0 1078
signature.asc
Description: This is a digitally signed message part

