Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 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 300
  22. php_value max_input_time 60
  23. php_value max_input_vars 5000
  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 50M
  28. </IfModule>
  29. # END cPanel-generated php ini directives, do not edit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement