Permalink issues – ‘Oops this link appears to be broken’
-
Hi folks
I’m having trouble with Google’s ‘Oops this link appears to be broken’ error message. I’m presuming it has something to do with permalinks and htaccess.
The website is cheapcontacts.co.nz (username: admin / password: eyesee123). When the permalinks are the default structure, I can access the pages eg. FAQ, contact, but not the WP ECommerce groups and products. When I try pretty permalinks, I can’t go anywhere beyond the home page.
I discovered WordPress hadn’t generated a .htaccess file on installation, so I created one and added the following:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
but that hasn’t helped.
Any ideas? Help is much appreciated.
Thanks, Charlette
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Permalink issues – ‘Oops this link appears to be broken’’ is closed to new replies.