Show Posts

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.


Topics - yaya

Pages: [1]
1
Mod_Security / Enable Mod_Security for Wordpress
« on: December 14, 2015, 02:41:42 AM »
Hi
I am deploy Wordpress 4 and Enable Mod_Security

When I am login to admin (Wordpress 4), there are error like show below:
 
Forbidden
You don't have permission to access /wp-admin/admin.php on this server.
Please help to fix the issue

Yaya

2
DNS / centos-webpanel for support SPF and DKIM
« on: December 08, 2015, 08:33:01 AM »
Hi

I buy DNS service from outside and how to configure centos-webpanel for support SPF and DKIM ?

Thank you

3
Aplications / Roundcube Mailbox doesn't exist: Trash
« on: December 01, 2015, 07:07:01 AM »
Hi,

I try to delete some emails from Roundcube but a system show error "Server Error: UID COPY: Mailbox doesn't exist: Trash"

This is my trash.conf file
1 Spam
# Uncomment if you want trash as well
2 Trash
and I already have been upgrade Roundcube Webmail  to 1.1.3

Please help to fix

Thank you
Yaya

4
Dovecot / Server Error: UID COPY: Mailbox doesn't exist: Trash
« on: November 30, 2015, 06:51:49 AM »
Hi,

I try to delete some emails but a system show error "Server Error: UID COPY: Mailbox doesn't exist: Trash"

This is a trash.conf file
1 Spam
# Uncomment if you want trash as well
2 Trash
and upgrade Roundcube Webmail  to 1.1.3

Please help to fix

Thank you
Yaya

5
Apache / codeigniter htaccess
« on: November 22, 2015, 06:03:02 AM »
Hi

I try deploy web app (codeigniter) but it is just show blank page.

Server information

/usr/local/apache/bin/httpd -M|grep rewrite
Syntax OK
 rewrite_module (static)

This is my .htaccess

DirectoryIndex index.php index.html

<IfModule mod_rewrite.c>

RewriteEngine On
#RewriteBase /webapp/
RewriteCond $1 !^(index\.php|assets|install|update)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?/$1 [L]

#RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]
#RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

</IfModule>

What is it wrong ?

Yaya

6
Postfix / /var/log/maillog -No data update when mail incoming and outgoing
« on: November 19, 2015, 04:31:26 AM »
Hi

After I rebuild New Postfix Email Server with AntiSpam/AntiVirus

then I try send email for testing, it work as well. but there are not update in file(maillog) /var/log/maillog

tail -f /var/log/maillog
no data update when mail incoming and outgoing

Thank you

Yaya

Pages: [1]