mirror of
https://github.com/kd2org/picodav.git
synced 2024-11-16 08:38:27 +01:00
Fix link in README
FossilOrigin-Name: 06aac33d34cfa92b6a1e5e1d9d2f1aea1ab7f64eb21b333f0f2821a71142d7e9
This commit is contained in:
parent
cfeb7ed2a0
commit
3a5536377c
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Single-file WebDAV server in PHP, just drop it in a directory!
|
## Single-file WebDAV server in PHP, just drop it in a directory!
|
||||||
|
|
||||||
If you drop the [`index.php`](./index.php) file in a directory of your web-server, it will make the contents of this directory available via WebDAV, and will also provide a nice web UI to manage the files, using [WebDAV Manager.js](https://github.com/kd2org/webdav-manager.js).
|
If you drop the [`index.php`](https://github.com/kd2org/picodav/raw/main/index.php) file in a directory of your web-server, it will make the contents of this directory available via WebDAV, and will also provide a nice web UI to manage the files, using [WebDAV Manager.js](https://github.com/kd2org/webdav-manager.js).
|
||||||
|
|
||||||
![Web UI screenshot](https://raw.githubusercontent.com/kd2org/webdav-manager.js/main/scr_desktop.png)
|
![Web UI screenshot](https://raw.githubusercontent.com/kd2org/webdav-manager.js/main/scr_desktop.png)
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ You can use any WebDAV client, but we recommend these:
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
It's really as simple as it says: just upload the `index.php` to a directory on your web-server, and it will now be available via WebDAV.
|
It's really as simple as it says: just upload the [`index.php`](https://github.com/kd2org/picodav/raw/main/index.php) file to a directory on your web-server, and it will now be available via WebDAV!
|
||||||
|
|
||||||
If you are using Apache (version 2.3.9 or later is required), a .htaccess file will be created if it does not exist, to redirect requests to `index.php`. If not, you can use
|
If you are using Apache (version 2.3.9 or later is required), a .htaccess file will be created if it does not exist, to redirect requests to `index.php`. If not, you can use
|
||||||
|
|
||||||
|
@ -148,7 +148,11 @@ Contact us for a commercial license.
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
BohwaZ. Contact me on: Web: https://bohwaz.net / IRC = bohwaz@irc.libera.chat / Mastodon = https://mamot.fr/@bohwaz
|
BohwaZ. Contact me on:
|
||||||
|
|
||||||
|
* Web: https://bohwaz.net/
|
||||||
|
* IRC: bohwaz@irc.libera.chat
|
||||||
|
* Mastodon: https://mamot.fr/@bohwaz
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue