Links not working
-
https://countrygarden.ceconn.com
I’ve read where others are having similar problems. Yes, I’ve disabled all plugins and tested with other themes. Nothing. Help doesn’t work.
Like it’s frozen or something. I can’t write a post.Stupid things like when you want to update a few plugins at once – that option doesn’t work and I have to click beside each one. I could go on.
.htaccess seems OK:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Any suggestions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Links not working’ is closed to new replies.