Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: FUSEFORGE-42
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Amanda Hall
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forge: FUSE Forge

Verify .htaccess Mod Rewrites are supported

Created: 01/Apr/09 12:55 PM   Updated: 14/May/09 05:18 PM  Due: 30/Apr/09
Component/s: WebDAV
Affects Version/s: None
Fix Version/s: Project Websites


 Description  « Hide
I think webdav can be problematic with symlinks. Another idea might be for me to create an apache alias from Actional_Diagnostics-latest.exe to the actual file path. I just need to build in the functionality to let project admins to enter this info themselves and then have the system reload the apache configs.

It won't happen for Monday, but I think it's definitely do-able.

Jamey

On Tue, Mar 31, 2009 at 1:06 PM, Amanda Hall <amhall@progress.com> wrote:
> Hi Jamey
>
>
>
> Is it possible to create a symbolic link from a file in one location
> on webdav to another? E.g. we would have a webpage that points to
> http://fusesource.com/forge/files/adg/Download/latest/Actional_Diagnos
> tics-latest.exe and that would be a symbolic link to the real file
> which could be somewhere else in the downloads area.
>
>
>
> thanks
>
> Amanda



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
James Strachan added a comment - 16/Apr/09 05:02 PM
how about you put a redirect into your static website - in a .htaccess file? Then you can update those redirects whenever you like in your git/svn repo?

James Strachan added a comment - 16/Apr/09 05:08 PM
Not really sure this is an actual issue for the Forge infra. Since WebDav doesn't support symlinks, we can either create a link using .htaccess for redirects - or just update the links in the website (which are links too, hypelinks rather than file links) - so moving this to the 2.0 bucket for now

Hiram Chirino added a comment - 14/May/09 05:18 PM
The site now supports .htaccess files for the project websites. The only problem is that WebDAV does not really let you edit them.