Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Check that AllowOverride is set to All (or Options All) in your httpd.conf

    Thread Starter Krzysztof

    (@autori76)

    In wordpress i do not have such file.
    Path to file https://rogozno.wlkp.net.pl/files/2013/02/copy-rogoznowlkp2.jpg
    He writes “picture can not be displayed because contains errors.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    The httpd.conf file isn’t a WordPress file. It’s the configuration file for your web server. The actual file name may be different depending on the server setup.

    He writes “picture can not be displayed because contains errors.

    That file cannot be displayed (most likely) because the rewrite rules are not working and your server is tossing 404 File not found errors.

    Shoe this topic to your host provider, the <Directory /> section of your config file for the WordPress directory needs this line in it.

    <Directory />
        AllowOverride All
    </Directory>

    There will probably be other config in that <Directory> section. Make sure you only add that one line if it’s missing.

    If you do edit any configuration files please make sure you make a backup copy first.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wordpress multisie – header’ is closed to new replies.