thesuhu

Apache Error

Mar 13th, 2021 (edited)
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # error Call to undefined function curl_init()
  2. # solusi enable di php.ini
  3. ;extension=php_curl.dll
  4.  
  5. # error date_default_timezone_get() - It is not safe to rely on the system's timezone settings.
  6. # solusi enable di php.ini, pilih timezone
  7. date.timezone = Asia/Jakarta
  8.  
  9. # error .htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
  10. # solusi enable di file http.conf
  11. LoadModule rewrite_module modules/mod_rewrite.so
Add Comment
Please, Sign In to add comment