Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [htaccess] RewriteRule
Forum PHP.pl > Forum > Przedszkole
ChowiX
Witam mam pytanie w sprawie htaccess
mam taki wpis

RewriteRule index.html$ index.php [L,NC]

co w nim oznacza [L,NC] ?

Pozdrawiam
tsharek
z manuala:

Cytat
'last|L' (last rule)
Stop the rewriting process here and don't apply any more rewriting rules. This corresponds to the Perl last command or the break command from the C language. Use this flag to prevent the currently rewritten URL from being rewritten further by following rules. For example, use it to rewrite the root-path URL ('/') to a real one, e.g., '/e/www/'.


Cytat
'nocase|NC' (no case)
This makes the Pattern case-insensitive, i.e., there is no difference between 'A-Z' and 'a-z' when Pattern is matched against the current URL
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.