/
home2
/
cecillin
/
public_html
/
turnweb
/
public
/
Upload File
HOME
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+) /index.php?orig_url=$1 [QSA,L] Options -Indexes # File modified on Mon Jun 22 23:05:59 2015 by server # For security reasons, mod_php is not used on this server. Use a php.ini file for php directives # php_value upload_max_filesize 100M # For security reasons, mod_php is not used on this server. Use a php.ini file for php directives # php_value post_max_size 100M # For security reasons, mod_php is not used on this server. Use a php.ini file for php directives # php_value max_input_time 3600 # For security reasons, mod_php is not used on this server. Use a php.ini file for php directives # php_value max_execution_time 3600 # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php80” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php80___lsphp .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit