DirectoryIndex index.php <FilesMatch "\.(php|inc)$"> # Apache < 2.3 <IfModule !mod_authz_core.c> Order allow,deny Deny from all Satisfy All </IfModule> # Apache ≥ 2.3 <IfModule mod_authz_core.c> Require all denied </IfModule> </FilesMatch> # api.php is the entrypoint for phpList4 <FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php|connector.php|api.php)$"> # Apache < 2.3 <IfModule !mod_authz_core.c> Order allow,deny Allow from all Satisfy All </IfModule> # Apache ≥ 2.3 <IfModule mod_authz_core.c> Require all granted </IfModule> </FilesMatch> <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteRule api/v2/ api.php [L] </IfModule> # if you want more than this for attachments, you can increase these values # but you really, really should consider uploading them somewhere # and only sending a link in your mails # bigger than this really doesn't make sense in emails ## these lines are now commented out, to avoid 500 errors, https://mantis.phplist.com/view.php?id=9937 ## but you should consider adding them #php_value upload_max_filesize 3M #php_value post_max_size 4M
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
admin | Folder | 0755 |
|
|
base | Folder | 0755 |
|
|
config | Folder | 0755 |
|
|
images | Folder | 0755 |
|
|
js | Folder | 0755 |
|
|
styles | Folder | 0755 |
|
|
texts | Folder | 0755 |
|
|
updater | Folder | 0755 |
|
|
uploadimages | Folder | 0755 |
|
|
.htaccess | File | 1.12 KB | 0644 |
|
api.php | File | 260 B | 0644 |
|
dl.php | File | 3.54 KB | 0644 |
|
index.html | File | 708 B | 0644 |
|
index.php | File | 48.55 KB | 0644 |
|
lt.php | File | 9.93 KB | 0644 |
|
run_command_line | File | 93 B | 0644 |
|
ut.php | File | 2.75 KB | 0644 |
|