Hi!
Finnish submitting all translations. Need an pt_PT editor to approve the submissions. Any help about finding one?
I guess i made wp-config.php read only for security reasons since i work on a lame vps…
I dont have a phpMyAdmin installed because is a RAM waste on a low budget VPS.
No solve this i opened wp-config.php
Edit:
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);
Changed to
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);
Problem solve. Thanks for your time.
My mistake, i made a very stupid thing, even almost esoteric mistake!
I had two (yes two! ) wordpress instalations on diferent paths and .htaccess performing to both as wordpress directories. That messed up the theme directory that showed both versions – and old one and the new one.
Don´t make my stupid mistake!
Thanks for your help!