cancel
Showing results for 
Search instead for 
Did you mean: 

Online Editing from home

tuiv
Champ in-the-making
Champ in-the-making
Hello Alfresco Community,

the online editing feature only works from within my local network.

For being able to work from home on my documents I configured a dyndns solution.

So far it works i can work with alfresco over https://adress.dyndns.org:8443/share.

In my regedit i changed everything to get office 2010 working with the online editing feature:

Modifying the registry with the following keys:
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\BasicAuthLevel" 2
“HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Internet\BasicAuthLevel” 2

But right after i want to open the file Word tells me:
"http://server:7070/alfresco......./file.docx could not be open.

Any ideas what i need to change?

Best regards
1 REPLY 1

sscbrian
Champ on-the-rise
Champ on-the-rise
Are you able to use the dyndns redirect inside your network too?  The problem appears to be that on the port redirect to 7070, it goes to the alfresco-global.properties setting of vti.server.external.host (see: http://docs.alfresco.com/4.2/tasks/SharePoint-config.html), which is set to your internal name.  The server really needs to be addressable by the same name both inside and outside your network to avoid this type of problem.