Wsparcie » Sieci » WPMU ClassiPress problem z wyświetlaniem zdjęć

  • Witam,

    Mam problem, do niedawna wszystko działało a teraz nie mogę wyświetlić zdjęć w ogłoszeniach ClassiPress

    Zdjęcia wgrywają się do folderu blogs.dir/……. itd mają prawa 666 więc nie powinny mieć problemu z wyświetlaniem.

    mój .htaccess wygląda tak:

    # 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

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]

    a fotek na stronie nie widać 🙁

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • Temat ‘WPMU ClassiPress problem z wyświetlaniem zdjęć’ jest zamknięty na nowe odpowiedzi.