Cytat
httpd.conf
Odznaczyłem linię
Kod
LoadModule rewrite_module modules/mod_rewrite.so
W pliku .htaccess mam taką treść:
Kod
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
#linie poniżej odkomentuj jeśli chesz wyświetlać zawartość katalogów
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
#linie poniżej odkomentuj jeśli chesz wyświetlać zawartość katalogów
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Po wejściu na stronę która nie istnieje otrzymuję komunikat
Cytat
Not Found
The requested URL /krzyzacy.html was not found on this server.
The requested URL /krzyzacy.html was not found on this server.
Szukałem rozwiązania na forum, ale niestety go nie znalazłem.
Pozdrawiam