Your IP : 18.191.16.7


Current Path : /etc/httpd/conf.d/
Upload File :
Current File : //etc/httpd/conf.d/z1_home.conf

<directory /var/www/*/data>
	<IfModule php5_module>
		php_admin_flag engine off
	</IfModule>
	<IfModule php7_module>
		php_admin_flag engine off
	</IfModule>
	<IfModule php_module>
		php_admin_flag engine off
	</IfModule>
	Allow from all
	AllowOverride FileInfo AuthConfig Limit Indexes Options=All,MultiViews
</Directory>