We duplicated site vizzor.si to domain vizzor.sk (for Slovakia market). All connections to previour domain were deleted. New site is hosted by the same hosting as first site.
Explanations of some terms for future understanding:
– site1 = vizzor.si site – main site
– site2 = vizzor.sk site – duplicated site
– pixel1 = pixel, connected to site1
– pixel2 = new pixel for site2
1. Site1 is connected by pixel1.
2. We connect pixel2 to site2
3. About 2-24h later, connection on site1 is changed to pixel2 automatically (site1 and site2 have the same pixel connected)
4. We reconnect site1 with pixel1.
5. About 2-24h later, connection on site2 is changed to pixel1 automatically (like on step 3)
We cannot connect different pixel for different page, because it is changed automatically so all sites has the same pixel connection.
All connection betweeen sites were deleted in php.
We also have another page (which was not duplicated) on different hosting and pixel there work normally (the same business account and everything, just different pixel).
Does anyone has any solution or any clue what could be wrong here?
]]>I backup my first site, and import it into second one. First hour both sites wont work, so I deleted all WP files in second one and install new, clear wordpress.
Still nothing, but after an hour everything repaired automaticly, so I switch the topic status into ‘resolved’.
After installing I must install by first one site login and passowrd, I changed it now.
But after isntalling it was an info that cant update plugins because they dont exist. I installed plugin manually and… everything came back from first site o.O
By the way, sorry for english.
]]>However, when I try authenticate https://www.earleofsnow.com on the SEO Yoast console, I can only connect it to https://www.thepittstopstravel.com. The earleofsnow.com does not appear.
What am I doing wrong? Any help?
]]>I have two sites – a blog site and a woocommerce site.
The blog site is from where I send out my newsletters.
I would like to be able to get users on the woocommerce site to subscribe to the newsletter.
As they are two different wordpress installations, how can I correctly send the subscription information across from the woocommerce site to the blog site ?
Is this possible please ?
Hi there,
recently I’ve moved my other wp site to the server which have already my wp site installed and running.
So I have one site: https://michalsornat.com
and the new one is here: https://michalsornat.com/heart-visions/
When I open my home page (michalsornat.com) everything works fine, but when I open onother pages, then the “page not found” is displaying from the other site (…/heart-visions/).
In general settings /heart-visions/ site has it’s own url, so that’s why here I’m boggled with this.
Any suggestions from you what may cause this?
]]>I know that there are several topics regarding permalinks, nginx and wordpress but our problem seems to persist..
We have a main wordpress site installed in a root directory and a second wordpress site installed in a subdirectory of the root directory (for a second language, /en). Permalinks work fine in the main site but they don’ t in the second…only default format works, once we change it to any other we get a 404 error…Could you help? Thank you in advance! The nginx conf file is as follows:
#
# The default server
#
server {
listen 80;
server_name_in_redirect off;
root /shared;
index index.php index.htm index.html;
#charset koi8-r;
#access_log logs/host.access.log main;
#access_log off;
proxy_set_header X-Forwarded-Proto $scheme;
set $myhttps "";
if ( $http_https = ON) {
set $myhttps on;
}
location ~ /phpMyAdmin {
root /usr/share/;
index index.php index.html index.htm;
fastcgi_buffer_size 128k;
fastcgi_buffers 256 4k;
fastcgi_busy_buffers_size 256k;
fastcgi_temp_file_write_size 256k;
fastcgi_read_timeout 240;
location ~ ^/phpMyAdmin/(.+\.php)$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi_params;
include /etc/nginx/fastcgi.conf;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
if (!-e $request_filename)
{
rewrite ^/(.*)/index.php/(.*)$ /$1/index.php last;
}
}
location / {
try_files $uri $uri/ /index.php?$args;
}
location /en {
try_files $uri $uri/ /index.php?$args;
}
#location ~* /(images|cache|media|logs|tmp)/.*\.(php|pl|py|jsp|asp|sh|cgi)$ {
# return 403;
# error_page 403 /403_error.html;
# }
error_page 404 /404.php;
location = /404.php {
root /shared/ypaithrosxwra/wp-content/themes/Newspaper-child;
}
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi_params;
include /etc/nginx/fastcgi.conf;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param HTTPS $myhttps;
fastcgi_param PATH_INFO $fastcgi_script_name;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
}
# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
#
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}
location ~ /htac {
deny all;
}
location ~ /\.ht {
deny all;
}
location ~* ^.+\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$ {
access_log off; log_not_found off; expires max;
}
location = /robots.txt { access_log off; log_not_found off; }
}
]]>I have a custom php website at the root of my hosting server. I plan to install WP to a folder of that site (site.com/blog/). On wp sites I use iThemes, but I wonder if the security settings might screw up something on my existing site?
https://www.ads-software.com/plugins/better-wp-security/
]]>