Forums / Install & configuration / Webdav on shared server

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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/Exponential/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?