Miguel G
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
Comments
Recent activity by Miguel G-
Yes, this plugin might probably be markasjunk and in fact it"s the list of plugins of my Cpanel installation. However, I don"t understand why most of these plugins are not enabled and there are no...
-
I happen to have seen it in a webmail from a mail provider and they are using roundcube. I attach a screenshot (It"s in Spanish, but the button is named SPAM)
-
Yes, it's activated. I know roundcube can have a button enabled to mark emails as spam
-
Yes, it works! Many thanks for looking into this!
-
Sorry, the editor put wrong the lines in my script /usr/bin/uapi --user=$CPUSER --output=json Mysql create_database name=$DATABASE /usr/bin/uapi --user=$CPUSER --output=json Mysql create_user nam...
-
I managed to do it overriding using /var/cpanel/templates/apache2_4/ssl_vhost.default and renaming it as ssl_vhost.local I don"t know how to disable CustomLog using include files.
-
It"s similar but I need to make sure that only in SSL vhosts are affected
-
Yes, it was the firewall Thanks!
-
Many thanks! How can I remove the access and transfer logs for all SSL virtualhosts? The cache system I have in the middle is keeping track of the requests and I don"t want to have duplicate entries.
-
I have fixed it adding this to .htaccess RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] and this in wp-config.php (I"...