Translations of this page:

Where can i find my webmailer, filemanager and PHPMyAdmin?

You can find them on your server in the following directory: /var/www/ispcp/gui/tools/

You can access them under your ispCP-domain and under your user-domains with the following URLs:

  • webmailer → domain.tld/webmail
  • filemanager → domain.tld/ftp
  • PHPMyAdmin → domain.tld/pma

– The following is based on Debian and might have some path differences on other variants of Linux –

If you wish to modify this behavior the entry is in: /etc/apache2/sites-enabled/ispcp.conf file with rules that look like

  RedirectMatch permanent ^/ftp([\/]?)                http://domain.tld/ftp/
  RedirectMatch permanent ^/pma([\/]?)                http://domain.tld/pma/
  RedirectMatch permanent ^/webmail([\/]?)    http://domain.tld/webmail/

If you wish to modify the template that generates these rules its located here: /etc/ispcp/apache/parts/dmn_entry.tpl

 
frequently_asked_questions/where_can_i_find_my_webmailer_filemanager_and_phpmyadmin.txt · Last modified: 2010/11/19 13:28 (external edit)
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki