Skip to content

Commit

Permalink
Fix .htaccess rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Jun 15, 2019
1 parent add8a26 commit 3878a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -103,7 +103,7 @@ location /files {
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^files/?(.*)?$ /server.php/$1 [QSA,L]
RewriteRule ^files/?(.*)?$ /server.php?$1 [QSA,L]
```

Default max upload size is 0 which means there is no restriction. You can set max upload size as described below.
Expand Down

0 comments on commit 3878a49

Please sign in to comment.