diff --git a/ayarlar/hiawatha-php/hiawatha.conf b/ayarlar/hiawatha-php/hiawatha.conf index 1555184a1..f4fed17c1 100644 --- a/ayarlar/hiawatha-php/hiawatha.conf +++ b/ayarlar/hiawatha-php/hiawatha.conf @@ -95,6 +95,13 @@ Directory { ExecuteCGI = yes } +Directory { + DirectoryID = pma + Path = /phpMyAdmin + StartFile = index.php + ExecuteCGI = yes +} + # DEFAULT WEBSITE # It is wise to use your IP address as the hostname of the default website @@ -104,7 +111,7 @@ Directory { Hostname = 127.0.0.1 WebsiteRoot = /srv/http/hiawatha StartFile = index.html -UseDirectory= files +UseDirectory= files,pma AccessLogfile = /var/log/hiawatha/access.log ErrorLogfile = /var/log/hiawatha/error.log UseFastCGI = PHP5