Hi Tara,
Thanks for the reply.
– I’ve checked with my web host and there is no configuration issue, I run other WP sites on my server with no problem.
– Can you define ‘memory issue’?
– Checked and rechecked the permalinks, recreated .htaccess and had to revert back to previous file as it was causing constant URL refresh when it defaulted back to standard.
– Tried resetting plugins, no joy
– Tried changing theme – same issue
– .htaccess is definitely there (see below)
ErrorDocument 404 https://www.domain.com/page-not-found
# Switch rewrite engine off in case this was installed under HostPay.
RewriteEngine Off
SetEnv DEFAULT_PHP_VERSION 53
DirectoryIndex index.cgi index.php
# 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
Server error logs not showing anything out of the ordinary.
Sorry, probably not very helpful! I don’t normally use WP…
Thanks
Pete