Hi
My site either hangs, takes ages to load or gives “too many redirect” error messages in the browser. I’ve pasted my .htaccess file below.
Tried deleting the .htaccess file and it seems to fix the problem and the home page loads quickly but every other link on the site is then broken
https://www.WhatsinWapping.co.uk
My permalink structure in WordPress is currently set to /%postname%/
Would really appreciate any help or ideas of what to do to try and fix this?
Many thanks
‘# 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
AddType x-mapp-php5 .php’