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.

eZ debug

Timing: Jan 18 2025 16:05:40
Script start
Timing: Jan 18 2025 16:05:40
Module start 'layout'
Timing: Jan 18 2025 16:05:40
Module start 'content'
Timing: Jan 18 2025 16:05:40
Module end 'content'
Timing: Jan 18 2025 16:05:40
Script end

Main resources:

Total runtime0.0177 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0064 587.9297152.6250
Module start 'layout' 0.00640.0036 740.554739.4453
Module start 'content' 0.01000.0053 780.000089.3516
Module end 'content' 0.01530.0023 869.351630.3047
Script end 0.0176  899.6563 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002815.9923140.0002
Check MTime0.00126.8704140.0001
Mysql Total
Database connection0.00105.529310.0010
Mysqli_queries0.003318.734030.0011
Looping result0.00000.079710.0000
Template Total0.001810.010.0018
Template load0.00105.760210.0010
Template processing0.00074.242210.0007
Override
Cache load0.00063.681710.0006
General
dbfile0.00031.750480.0000
String conversion0.00000.044640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs