Matox
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customizr frontpagelinksI found repair to this but I don`t know is this good repair like this
I edit WP-config.php 2 more lines and now it works.
define(‘WP_HOME’,’http://itasavonvesi.fi’);
define(‘WP_SITEURL’,’http://itasavonvesi.fi’);Is there some betterway?
Same problem is also when I tried to preview changes in WP what should be open link to site what I were updating and there link is to same like.
http://www.itasavonvesi.fi/wp-admin/www.itasavonvesi.fi/?page_id=794&preview=true
This was not customizr problem:)
Forum: Themes and Templates
In reply to: [Customizr] Customizr frontpagelinksSame problem is also when I tried to preview changes in WP what should be open link to site what I were updating and there link is to same like.
I don`t think that is cuztomizer problem.
http://www.itasavonvesi.fi/wp-admin/www.itasavonvesi.fi/?page_id=794&preview=true
Forum: Themes and Templates
In reply to: [Customizr] Customizr frontpagelinksI only did this SQL repair when I move database to public server? Is this something wrong?
UPDATE wp_options SET option_value = replace(option_value, ‘http://localhost/itjt’, ‘www.itasavonvesi.fi’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
UPDATE wp_posts SET guid = replace(guid, ‘http://localhost/itjt’,’www.itasavonvesi.fi’);
UPDATE wp_posts SET post_content = replace(post_content, ‘http://localhost/itjt’, ‘www.itasavonvesi.fi’);
UPDATE wp_postmeta SET meta_value = replace(meta_value,’http://localhost/itjt’,’www.itasavonvesi.fi’);
T: Matti
Forum: Themes and Templates
In reply to: [Customizr] Customizr frontpagelinksNo I haven`t added. T: Matti
Forum: Fixing WordPress
In reply to: Customizr frontpagelinksAnyone any idea?
Forum: Fixing WordPress
In reply to: Customizr frontpagelinkspublicly accessible