2lopez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problems after moving siteOk, back to normal… problem solved. The wp-login thing seems an ssl issue which I should check with my hosting provider…
Thanks guys!!!
Forum: Fixing WordPress
In reply to: problems after moving siteWTF
Anyway thanks for your help guys…
Forum: Fixing WordPress
In reply to: problems after moving siteYes, I tried fixing it adding the following to wp-config.php:
define('WP_HOME','http://15MBruselas.com'); define('WP_SITEURL','http://15MBruselas.com');But it seems not to work.
UPDATE: if I remove the prefix www. to an url, it doesn’t work. So I log in to PLESK, and check this parameter on my domain -> navigation starts working again.
BUT /wp-login.php still doesn’t work
Forum: Fixing WordPress
In reply to: problems after moving siteThanks parkerj,
.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>I can’t access neither /wp-login.php to check the permalinks… 🙁
Forum: Fixing WordPress
In reply to: problems after moving siteThanks for your answer parkerj
It’s quite weird: sometimes it works, sometimes not. In fact some minutes ago I was surfing the site at the same time with Opera and Firefox: for the same urls ff was giving me 404 but Opera not.
You can try the links on the upper menues.