Thank you for the quick response, this worked perfect.
Thank you very much, this now displays the page! I’m using version 3.7.1 but it tells me there are no updates.
Sorry I wasn’t clear – I have done the php.ini file but I don’t know where to enter the line you mentioned on the .htaccess file.
Thank you – The WordPress is hosted locally so I will need to do this myself. I have changed the php.ini file but can you advise where to enter the line you mentioned above?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /suki/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /suki/index.php [L]
</IfModule>
# END WordPress