Webdav on shared server

Author Message

Bjarte Lunde

Wednesday 06 September 2006 2:15:37 pm

Hi!

Can anyone tell me how to setup webdav on a shared server.
My subdomain webdav.example.com is directed to a /subdomain/webdav directory while my eZpub installation is in /www

Is there a way to do this?

Samuel Sauder

Thursday 07 September 2006 6:24:46 am

Do you have access to make changes to the apache configuration or .htaccess? If not do you have access to make symbolic links (Linux) to the /www/ezpublish/webdav.php?

Bjarte Lunde

Thursday 07 September 2006 6:49:11 am

I hava access to make .htaccess

This is my .htaccess in /subdomain/webdav

RewriteEngine on

RewriteRule !^index\.php.* - [C]
RewriteRule .* /index.php?/$1

DirectoryIndex index.php

This is my index.php in /subdomain/webdav

<?php
chdir ("../../www");
include("webdav.php");
?>

Bjarte Lunde

Tuesday 12 September 2006 1:53:03 pm

Can anyone please help me with this one?

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.