mirror of
https://github.com/fsr/nopanic
synced 2025-01-18 16:01:42 +01:00
.htaccess: explicit redirect, stop processing chain immediately
This commit is contained in:
parent
b2cbb40797
commit
58a5d618ee
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
\fi
|
||||
%
|
||||
% Link system output:
|
||||
\immediate\write\linklistfile{RewriteRule "^\@linknumber$" "#1" [NE]}%
|
||||
\immediate\write\linklistfile{RewriteRule "^\@linknumber$" "#1" [NE,R,L]}%
|
||||
%
|
||||
\stepcounter{linkcounter}%
|
||||
}{%
|
||||
|
|
Loading…
Reference in a new issue