nuno.antonio.marques
Forum Replies Created
-
thanks
Yes and I can’t see that variables
Forum: Plugins
In reply to: [Splitit Installment Payments Enabler] Translateits not possible to use loco translate?
Obrigado Marco. Necessito de ajuda para fazer esse trigger
Feito
Olá, 3 dias sem resposta de suporte!
Yes, the mailchimp plugin is not compatible with share logins.
ThanksHi,
The plugin share logins is not compatible with mailchimp for woocommerce. Need the issue to be solved.
Thanks
NunoAs referencias continuam a n?o aparecer quando as encomenda s?o pagas
Forum: Fixing WordPress
In reply to: Moving host provider and domainam missing one “/” here. When I redirect https://www.olddomain.pt/shop/….. I get https://www.newdomain.ptshop/…..
you can see that between ….pt/shop… is missing one “/”
The only way to pass this is put one / in
<VirtualHost *:443>
ServerAdmin [email protected]
ServerName https://www.olddomain.pt:443
DocumentRoot /var/www/html/directory
Redirect permanent / https://www.newdomain.pt/
…<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.newdomain\.pt
RewriteRule .* https://www.newdomain.pt/%{REQUEST_URI} [R=301,L]
</IfModule>
RegardsForum: Installing WordPress
In reply to: WordPress permissions and vsftpHi,
With Debian its correct permission for wordpress?
chown www-data:www-data /var/www/* -R
Kind regards
NunoForum: Everything else WordPress
In reply to: Best tool to programming wordpress sitesWhat is the best API to program wordpress themes? dreamweaver?, aptana?, …
Thank you
Forum: Everything else WordPress
In reply to: Best tool to programming wordpress sitesone for each function? there is no one that does everything?