mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-24 05:48:29 +00:00
add note on how to enable HTTP auth when php is run a cgi modul
This commit is contained in:
parent
14bae08bfc
commit
158066dc55
|
|
@ -216,6 +216,12 @@ full text search engine support, you will also need to unpack
|
|||
> Server
|
||||
> Server.php
|
||||
|
||||
If you run PHP in CGI mode, you also need to place a .htaccess file
|
||||
in the webdav directory with the following content.
|
||||
|
||||
RewriteEngine on
|
||||
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
|
||||
|
||||
* Create a data folder somewhere on your web server including the subdirectories
|
||||
staging, cache and lucene and make sure they are writable by your web server,
|
||||
but not accessible through the web.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user