Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter brencullen

    (@brencullen)

    Sabinooo’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 :-(.

    Thread Starter brencullen

    (@brencullen)

    Sabinooo – thanks for that tip. I’m afraid it’s maybe time for me to call in my web design people to assist…

    Thread Starter brencullen

    (@brencullen)

    Randy – 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 backup
    Thread Starter brencullen

    (@brencullen)

    Hi Kelli,

    Thanks for the reply.

    However, I can confirm that the files are .htm files.

    Strange eh?

    Brendan

Viewing 4 replies - 1 through 4 (of 4 total)