RewriteEngine On
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ public/$1 [L] 
RewriteCond %{HTTP_HOST} ^sistema\.sos\-tic\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.sistema\.sos\-tic\.com$
RewriteRule ^/?$ "https\:\/\/sistema\.sos\-tic\.com\/" [R=301,L]


# php -- BEGIN cPanel-generated handler, do not edit
# Este dominio hereda el paquete “PHP”.
# php -- END cPanel-generated handler, do not edit

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php5_module>
   php_flag asp_tags Off
   php_flag display_errors Off
   php_value max_execution_time 1000
   php_value max_input_time 1028M
   php_value max_input_vars 1000
   php_value memory_limit 1028M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php56"
   php_value upload_max_filesize 256M
   php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
   php_flag asp_tags Off
   php_flag display_errors Off
   php_value max_execution_time 1000
   php_value max_input_time 1028M
   php_value max_input_vars 1000
   php_value memory_limit 1028M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php56"
   php_value upload_max_filesize 256M
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit
