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

    (@emrevona)

    Hi ramonjosegn, theme cannot cause this problem I guess.

    Can you write your web address please?
    And Can you write me the content of .htaccess file?

    Plugin Author Emre Vona

    (@emrevona)

    Hi again ramonjosegn, I found the problem.

    in /wp-fastest-cache/inc/common.php , you need to remove following codes. If you don’t want to do this by yourself, I will remove and release it again and inform you.

    if($_SERVER[“REQUEST_URI”] == “/”){ $this->createFolder($this->wpContentDir.”/cache/all/index.php”, $content);
    }

    Thread Starter ramonjosegn

    (@ramonjosegn)

    Thanks for support, it is a problem with WordPress 3.8?

    I prefer waiting for a update, thanks

    Plugin Author Emre Vona

    (@emrevona)

    I am so sorry again. I modified the plugin. I deleted these lines from code.

    Can you download plugin and upload to your host?

    Thread Starter ramonjosegn

    (@ramonjosegn)

    I update, I think is working now, I have installed in this website
    https://mirutafacil.com

    This is my htaccess

    # 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
    
    # -FrontPage-
    
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName mirutafacil.com
    AuthUserFile /home/site/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/site/public_html/_vti_pvt/service.grp
    
    # 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)

    it works well ?? but you should use minify css too.

    You can look at the optimisation result of your site.

    https://gtmetrix.com/reports/mirutafacil.com/glCe4YHn

    (Minifying the following CSS resources could reduce their size by 13.1KiB (21% reduction).)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Links no working’ is closed to new replies.