RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # BEGIN LiteSpeed # "BEGIN LiteSpeed" ve "END LiteSpeed" arasındaki yönergeler (satırlar) # dinamik olarak oluşturulmuştur ve yalnızca WordPress süzgeçleri ile düzenlenmelidir. # Bu imler arasındaki yönergelerde yapılan değişikliklerin üzerine yazılır. SetEnv noabort 1 # END LiteSpeed php_value upload_max_filesize 256M php_value post_max_size 256M php_value max_execution_time 300 php_value max_input_time 300 # BEGIN WordPress # "BEGIN WordPress" ve "END WordPress" arasındaki yönergeler (satırlar) # dinamik olarak oluşturulmuştur ve yalnızca WordPress süzgeçleri ile düzenlenmelidir. # Bu imler arasındaki yönergelerde yapılan değişikliklerin üzerine yazılır. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteRule ^en/wp-login.php /wp-login.php [QSA,L] RewriteRule ^tr/wp-login.php /wp-login.php [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php81” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php81 .php .php8 .phtml # 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) php_value max_input_vars 10000 php_value session.save_path "/var/cpanel/php/sessions/ea-php81" php_value max_input_vars 10000 php_value session.save_path "/var/cpanel/php/sessions/ea-php81" # END cPanel-generated php ini directives, do not edit