
# net2ftp
Alias /net2ftp /opt/net2ftp/html

<Directory /opt/net2ftp/html>
	SSLRequireSSL on
	AddType application/x-httpd-php .php .php3 .phtml
	order deny,allow
	deny from all
	allow from all
	php_admin_value open_basedir /opt/net2ftp/html/
	php_value max_execution_time 1200
	php_value memory_limit 200M
	php_value post_max_size 200M
	php_value upload_max_filesize 200M
	</Directory>

<Directory /opt/net2ftp/html/temp>
	deny from all
</Directory>

<Directory /opt/net2ftp/html/plugins/fckeditor>
	AddType application/x-javascript .js
	AddType text/css .css
</Directory>

