h5ai Ftp Setup windows 7 8 10

Аватар автора
PHP Разработка веб-приложений
Installation Copy folder _h5ai to the document root directory of the web server: DOC_ROOT/_h5ai. DOC_ROOT ├─ _h5ai ├─ your files └─ and folders Add /_h5ai/public/index.php (note the leading slash!) to the end of the default index-file list. In this way h5ai will manage all directories in and below DOC_ROOT that don&have a index file. DirectoryIndex index.html index.php /_h5ai/public/index.php index-file.names += ("index.html", "index.php", "/_h5ai/public/index.php") nginx 1.2: in nginx.conf set for example: index index.html index.php /_h5ai/public/index.php; Cherokee 1.2: in cherokee.conf set for example: vserver!1!directory_index = index.html,index.php,/_h5ai/public/index.php Configuration The main configuration file is _h5ai/private/conf/options.json. You might want to change some of the documented settings. But there are some more files in _h5ai/private/conf you might have a look at. Hints No web server specific things are supported, that includes access restrictions! Best chance to make restricted areas work and secure might be to place folder _h5ai completely inside that resticted area. Use it at your own risk! If no icons are displayed, chances are that you have to add the SVG MIME-type to your server. On Ubuntu servers you might need to install an additional package for PHP JSON support. To use optional features based on shell commands the PHP functions exec and passthru must not be disabled in php.ini (have a look for disable_functions). There...

0/0


0/0

0/0

0/0