Security:htaccess: Difference between revisions
No edit summary |
|||
| Line 79: | Line 79: | ||
The above lines set maximum upload size, maximum size of data being posted, maximum execution time i.e. the maximum time the a user is allowed to execute a website on his local machine, maximum time constrain within on the input time. | The above lines set maximum upload size, maximum size of data being posted, maximum execution time i.e. the maximum time the a user is allowed to execute a website on his local machine, maximum time constrain within on the input time. | ||
| Line 483: | Line 484: | ||
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK|OPTIONS) | RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK|OPTIONS) | ||
RewriteRule ^ - [F] | RewriteRule ^ - [F] | ||
==Source== | ==Source== | ||