Forums / Install & configuration / Webdav on shared server
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?
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"); ?>
Tuesday 12 September 2006 1:53:03 pm
Can anyone please help me with this one?