Hi Bronson,
I checked both again and they are normal (no trailing slashes). I also had a look at my wp-config.php but that code isn’t there?
Would you mind checking out this post I came across about htaccess setting for permalinks.
https://perishablepress.com/press/2006/06/14/the-htaccess-rules-for-all-wordpress-permalinks/
My htacess has an extra line in it, could that be the problem?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L] <----------------THIS
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I don’t want to change it incase it does damage like
Thanks for your help!