Site : istanbul.bet
Siteyi Doğru Kurdum Ama Bu Beyaz Ekran Sorununu Aşamadım Sorun Nedir Acaba ? Yada TeamWiever İle Bağlanıp Yardımcı Olabilecek Varmı ?
Htacess İçeriği
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ remote.php?args=$1 [QSA,L]
</IfModule>
# php -- BEGIN cPanel-generated handler, do not edit
# Set the ea-php56 package as the default PHP programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# 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 1800
php_value max_input_time 1600
php_value max_input_vars 1000
php_value memory_limit 1024M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php56"
php_value upload_max_filesize 200M
</IfModule>
# END cPanel-generated php ini directives, do not edit