• Witam, mam problem z przyjaznymi linkami.
    Wordpress 5.1.1
    Linki działają tylko jak mam dodane index.php np: index.php/%postname%/

    .htaccess mam taki jak każe wordpress ustawić:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    mimo tego wyrzuca błąd:
    Not Found
    The requested URL /fdsfdsfd/ was not found on this server.

    Apache/2.4.25 (Debian) Server at localhost Port 80

    Bardzo proszę o pomoc.

    • This topic was modified 5 years, 7 months temu by szukista.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • Temat ‘Przyjazne linki nie działaja pomimo dodania .htaccess’ jest zamknięty na nowe odpowiedzi.