Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.26 KB | None | 0 0
  1.  
  2. # BEGIN WordPress
  3. <IfModule mod_rewrite.c>
  4. RewriteEngine On
  5. RewriteBase /
  6. RewriteRule ^index\.php$ - [L]
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. RewriteCond %{REQUEST_FILENAME} !-d
  9. RewriteRule . /index.php [L]
  10. </IfModule>
  11.  
  12. # END WordPress
  13.  
  14. # BEGIN cPanel-generated php ini directives, do not edit
  15. # Manual editing of this file may result in unexpected behavior.
  16. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
  17. # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
  18. <IfModule php5_module>
  19.    php_flag asp_tags Off
  20.    php_flag display_errors Off
  21.    php_value max_execution_time 90
  22.    php_value max_input_time 60
  23.    php_value max_input_vars 1000
  24.    php_value memory_limit 128M
  25.    php_value session.gc_maxlifetime 1440
  26.    php_value session.save_path "/var/cpanel/php/sessions/ea-php56"
  27.    php_value upload_max_filesize 200M
  28. </IfModule>
  29. # END cPanel-generated php ini directives, do not edit
  30.  
  31. # php -- BEGIN cPanel-generated handler, do not edit
  32. # Set the “ea-php56” package as the default “PHP” programming language.
  33. <IfModule mime_module>
  34.   AddType application/x-httpd-ea-php56 .php .php5 .phtml
  35. </IfModule>
  36. # php -- END cPanel-generated handler, do not edit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement