Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Emre Vona

    (@emrevona)

    ERROR 403 – FORBIDDEN

    I see this warning

    Thread Starter conservativeread

    (@conservativeread)

    oh now 403 im on the phone with hostgator

    the plugin is logging me out too the 403 is unrelated

    Thread Starter conservativeread

    (@conservativeread)

    does this look write for hta rules staring on top line is:

    # Use PHP 5.4
    AddType application/x-httpd-php54 .php

    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
    </IfModule>
    # END WpFastestCache

    # 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

    Plugin Author Emre Vona

    (@emrevona)

    Actually I don’t know why it happens.

    “AddType application/x-httpd-php54 .php” can cause the problem.

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

The topic ‘home page is not refreshing posts’ is closed to new replies.