This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Information / Re: subdomain problem
« on: April 23, 2015, 01:02:41 PM »
# vhost_start mail.sihost.it
ServerName mail.sihost.it
ServerAlias www.mail.sihost.it
ServerAdmin nikeddy@gmail.com
DocumentRoot "/home/sihost/public_html/mail/"
ScriptAlias /cgi-bin/ /home/sihost/public_html/mail//cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/sihost/mail.sihost.it/*.conf
<IfModule mod_suexec.c>
SuexecUserGroup sihost sihost
</IfModule>
<IfModule mod_suphp.c>
suPHP_UserGroup sihost sihost
</IfModule>
<Directory "/home/sihost/public_html/mail/">
AllowOverride All
</Directory>
</VirtualHost>
# vhost_end mail.sihost.it
but i link mail.sihost.it but not see my index.html but test page.
why?
ServerName mail.sihost.it
ServerAlias www.mail.sihost.it
ServerAdmin nikeddy@gmail.com
DocumentRoot "/home/sihost/public_html/mail/"
ScriptAlias /cgi-bin/ /home/sihost/public_html/mail//cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/sihost/mail.sihost.it/*.conf
<IfModule mod_suexec.c>
SuexecUserGroup sihost sihost
</IfModule>
<IfModule mod_suphp.c>
suPHP_UserGroup sihost sihost
</IfModule>
<Directory "/home/sihost/public_html/mail/">
AllowOverride All
</Directory>
</VirtualHost>
# vhost_end mail.sihost.it
but i link mail.sihost.it but not see my index.html but test page.
why?
2
Information / subdomain problem
« on: April 23, 2015, 12:55:26 PM »
I created a subdomain , but I can not point it .
subdomain is : mail.dominio.it
why
created and put as the folder public_html\mail
I put an index.html but is wrong . why?
subdomain is : mail.dominio.it
why
created and put as the folder public_html\mail
I put an index.html but is wrong . why?
3
Information / Re: Roudcube Directory
« on: April 23, 2015, 11:52:09 AM »
this is
ssh root
cd /usr/local/apache/htdocs/roundcube/config/
nano db.inc.php
$rcmail_config['db_dsnw'] = 'mysqli://roundcube:password@localhost/roundcube';
change
$rcmail_config['db_dsnw'] = 'mysql://roundcube:password@localhost/roundcube';
ssh root
cd /usr/local/apache/htdocs/roundcube/config/
nano db.inc.php
$rcmail_config['db_dsnw'] = 'mysqli://roundcube:password@localhost/roundcube';
change
$rcmail_config['db_dsnw'] = 'mysql://roundcube:password@localhost/roundcube';
4
Information / Roudcube Directory
« on: April 23, 2015, 10:49:01 AM »
Excuse me.
which is the path to the folder roundcube ? I need to edit the configuration file .
Thank you.
which is the path to the folder roundcube ? I need to edit the configuration file .
Thank you.
5
Information / Re: Roundcube Link
« on: April 23, 2015, 10:44:53 AM »
for create redirect, use html file?
6
Information / Roundcube Link
« on: April 20, 2015, 05:48:45 PM »
Hello i need to have webmail in webmail.domain.ext and no hostname/roundcube
how can i do?
how can i do?
7
Addons / Zip in file Manager
« on: April 20, 2015, 12:52:09 PM »
need a zip program for extract file in file manager...
9
Information / File size exceeds allowed limit
« on: April 20, 2015, 11:46:57 AM »
hello to all.
for increase this : File size exceeds allowed limit in webftp upload file?
thanks
for increase this : File size exceeds allowed limit in webftp upload file?
thanks
Pages: [1]