Viewing 5 replies - 1 through 5 (of 5 total)
  • Is mod_rewrite running on your server? Is the .htaccess file being correctly updated in your wordpress folder?

    Thread Starter applegateian

    (@applegateian)

    Hi there

    Thanks for response, in the htaccess file I see this:

    The server is set to 705 – what should it be?

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /backend/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /backend/index.php [L]
    </IfModule>

    # END WordPress

    Thanks

    esmi

    (@esmi)

    There’s nothing wrong with your .htaccess file. Is mod_rewrite running on your server?

    Thread Starter applegateian

    (@applegateian)

    Sorry, how do I check?

    esmi

    (@esmi)

    Try asking your hosts.

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

The topic ‘Post pages not loading’ is closed to new replies.