Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • damn, i thought that the default wordpress rule will work out but in some other configuration.

    I spent all day to change it and try try and try… and it’s all for nothing.

    Irastart You’re right! Thanks a lot for help : ) it works now.

    Hi,

    i did exactly as You said and put usual WordPress htaccess rules at the top so my top looks like:

    # 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

    and after that is all the rest of w3 total cache plugin htaccess rules. But it doesn’t resolve my problem. Stil have problems with www to non-www redirect. My website is https://symbolika.net (instaled as https://www.symbolika.net ) and should be normalny with www but it doesn’t work properly.

    Another website is https://przyslowia-cytaty.com ( should be https://www.przyslowia-cytaty.com ).

    I checked it in Opera, FireFox, Internet Explorer nad 2 sites to redirection check and it doesn’t work :/

    What do I need to do with that? Please help.

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