In fedora virt land, we have a pretty popular preview repository which people use to run latest rawhide packages on latest Fedora stable. Previously this lived at
http://repos.fedorapeople.org/repos/jforbes/virt-preview
Now that I'm running it, it's moved to a less owner specific location
http://fedorapeople.org/groups/virt/virt-preview/
jforbes tried to just do a symlink to my location on the fedorapeople machine, but it didn't work. Is there any way we can get an html redirect (or some way that me or jforbes can do that ourselves).
Sorry if this is a simple question/fix
You should be able to use a .htaccess file there with a redirect:
http://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirect
You can then redirect it whenever you like and remove or adjust it if you need to.
Does that work for your needs?
This appears to be done with .htaccess.
Please reopen if you need anything further.