PluginProbe ʕ •ᴥ•ʔ
Backup Migration / 2.1.2
Backup Migration v2.1.2
2.1.6 2.1.5.2 trunk 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.6.1 1.4.7 1.4.8 1.4.9 1.4.9.1 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.5.1
backup-backup / includes / htaccess / .litespeed
backup-backup / includes / htaccess Last commit date
.autologin.php 4 months ago .htaccess 4 months ago .litespeed 4 months ago default.json 4 months ago index.html 4 months ago
.litespeed
15 lines
1 # Backup Migration START
2 <IfModule mod_rewrite.c>
3
4 RewriteEngine On
5 RewriteRule .* - [E=noabort:1]
6 RewriteRule .* - [E=noconntimeout:1]
7
8 </IfModule>
9 <IfModule mod_env>
10
11 SetEnv noabort 1
12
13 </IfModule>
14 # Backup Migration END
15