What is the link to your site?
Thread Starter
2lopez
(@2lopez)
Thanks for your answer parkerj
http://www.15mbruselas.com
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.
Yes, I see. The links don’t work for me in any browser. Can you make sure that your .htaccess exists and also, update permalinks again?
Thread Starter
2lopez
(@2lopez)
Thanks 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… π
Did you find a fix to this issue?
I have had an issue like this in the past and I was able to fix it by adding the site URL in the wp-config.php file, if you still have this issue this might be a temporary fix to get you into the admin section.
Thread Starter
2lopez
(@2lopez)
Yes, 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
I was seeing your pages, then all of a sudden it came to a halt. Manually upload your WordPress core files again in case some of them got corrupted.
Thread Starter
2lopez
(@2lopez)
WTF
Anyway thanks for your help guys…
No problem. You may want to disable Suhosin, get your site situated and see if you can enable it again without any issues.
Thread Starter
2lopez
(@2lopez)
Ok, back to normal… problem solved. The wp-login thing seems an ssl issue which I should check with my hosting provider…
Thanks guys!!!