brencullen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blog pages not launchingSabinooo’s i/p prompted me to take another go. I got ftp access, retrieved the .htaccess file, and its contents looked like this:
# 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
Comparing it to Sabinoo’s suggesteed code, I saw that I needed to remove the first RewriteRule command. I did so, uploaded the changed file, and the symptom has remained :-(.
Forum: Fixing WordPress
In reply to: blog pages not launchingSabinooo – thanks for that tip. I’m afraid it’s maybe time for me to call in my web design people to assist…
Forum: Fixing WordPress
In reply to: blog pages not launchingRandy – thanks for that i/p. Yes – the permalinks are updated. And they’re using the post name structure – exactly (I thought) as I’m successfully using them on another wordpress site :-(.
Forum: Plugins
In reply to: missing files from backupHi Kelli,
Thanks for the reply.
However, I can confirm that the files are .htm files.
Strange eh?
Brendan