Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Options +FollowSymLinks
  2. php_flag display_startup_errors on
  3. php_flag display_errors on
  4. php_flag html_errors on
  5.  
  6. RewriteEngine on
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. RewriteCond %{REQUEST_FILENAME} !-d
  9. RewriteRule ^(.*)$ index.php?/$1 [L]
  10.  
  11. php_flag display_errors On
  12. php_value upload_max_filesize 1000M
  13. php_value post_max_size 1000M