• I developed a site using WordPress on a local server, but things haven’t quite worked when I uploaded it to a public server.

    The site is made of several admin-generated pages, but only the home page displays. All other pages display blank. I suspect the Permalinks being the cause, but I don’t know exactly where/how to fix this.

    Anybody?

Viewing 1 replies (of 1 total)
  • Thread Starter ulysses69

    (@ulysses69)

    Shame on me.
    The .htaccess file needed this adding.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

Viewing 1 replies (of 1 total)
  • The topic ‘Blank Pages. Permalinks The Cause?’ is closed to new replies.