Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-28, 11:36:00

Author Topic: yang suka dengan Hiawatha, mojok yuk  (Read 30762 times)

0 Members and 1 Guest are viewing this topic.

Offline redpages

  • Master
  • **
  • Posts: 372
  • Karma: +0/-0
    • View Profile
Re: yang suka dengan Hiawatha, mojok yuk
« Reply #30 on: 2019-08-17, 01:54:45 »
setelah saya lakukan ini, yg mana hiawatha isinya 'useToolKit = wordpress' koq jadi "Internal Server Error" ya?

Hiawatha tidak baca .htaccess tapi .hiawatha.

Agar bisa memanfaatkan urltoolkit bawaan, lakukan 'yum install hiawatha-addons -y; sh /script/fixweb; sh /script/restart'.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline redpages

  • Master
  • **
  • Posts: 372
  • Karma: +0/-0
    • View Profile
Re: yang suka dengan Hiawatha, mojok yuk
« Reply #32 on: 2019-08-21, 15:13:45 »
nice info..

btw, kalau diubah webservernya menjadi hiawathaproxi apakah kecepatan akan berkurang dibanding pure hiawatha?

Coba pelajari https://forum.mratwork.com/kloxo-mr-technical-helps/wordpress-urltoolkit/

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: yang suka dengan Hiawatha, mojok yuk
« Reply #33 on: 2019-08-21, 18:53:43 »
Mungkin bahkan bisa lebih cepat karena bisa aktifkan pagespeed dan gzip.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline redpages

  • Master
  • **
  • Posts: 372
  • Karma: +0/-0
    • View Profile
Re: yang suka dengan Hiawatha, mojok yuk
« Reply #34 on: 2019-08-21, 22:08:10 »
dimana mengaktifkannya. saya cek gak nemu. adanya opsi disabled pagespeed di Web Feature

Mungkin bahkan bisa lebih cepat karena bisa aktifkan pagespeed dan gzip.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: yang suka dengan Hiawatha, mojok yuk
« Reply #35 on: 2019-08-22, 00:00:58 »
Di 'switch program'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Miki

  • Senior Member
  • *
  • Posts: 183
  • Karma: +0/-0
    • View Profile
Re: yang suka dengan Hiawatha, mojok yuk
« Reply #36 on: 2019-11-27, 03:58:16 »
Pagi para sahabat MR, khususnya bagi pengguna Drupal 8 boleh dong minta config :
Code: [Select]
UrlToolkit {
ToolkitID = drupal8
}
saya sudah coba config UrlToolkit Drupal 7 error terus saat install module..
Code: [Select]
An AJAX HTTP error occurred.
HTTP Result Code: 404
Debugging information follows.
Path: /core/authorize.php/core/authorize.php?batch=1&id=41&op=do_nojs&op=do
StatusText: Not Found
ResponseText: {"message":"No route found for \u0022POST \/core\/authorize.php\/core\/authorize.php\u0022 (from \u0022http:\/\/dev.domain.tld\/core\/authorize.php?batch=1\u0026id=41\u0026op=start\u0022)"}
« Last Edit: 2019-11-27, 04:38:11 by Miki »
"the freedom speak is expression to exchange knowledge"

Offline Miki

  • Senior Member
  • *
  • Posts: 183
  • Karma: +0/-0
    • View Profile
Re: yang suka dengan Hiawatha, mojok yuk
« Reply #37 on: 2019-11-27, 05:11:54 »
Pagi para sahabat MR, khususnya bagi pengguna Drupal 8 boleh dong minta config :
Code: [Select]
UrlToolkit {
ToolkitID = drupal8
}
saya sudah coba config UrlToolkit Drupal 7 error terus saat install module..
Code: [Select]
An AJAX HTTP error occurred.
HTTP Result Code: 404
Debugging information follows.
Path: /core/authorize.php/core/authorize.php?batch=1&id=41&op=do_nojs&op=do
StatusText: Not Found
ResponseText: {"message":"No route found for \u0022POST \/core\/authorize.php\/core\/authorize.php\u0022 (from \u0022http:\/\/dev.domain.tld\/core\/authorize.php?batch=1\u0026id=41\u0026op=start\u0022)"}

Fixed :
UrlTollkit pakai: Match rewrite ^/core/authorize.php/core/authorize.php(.*)$ /core/authorize.php$1;
kemudian revisi UnroutedUrlAssembler :
Code: [Select]
$uri = str_replace('%2F', '/', rawurlencode($prefix . $uri));
+    $uri_parts = explode('/', $uri);
+    $test = "/";
+    foreach ($uri_parts as $part) {
+      $test .= "$part/";
+      if (substr($base, -strlen($test)) == $test) {
+        $base = substr($base, 0, (strlen($base) - strlen($test)) + 1);
+        break;
+      }
+    }
+    $script = $options['script'];
+    if (substr(basename($uri), -4) == '.php') {
+      $script = "";
+    }
     $query = $options['query'] ? ('?' . UrlHelper::buildQuery($options['query'])) : '';
-    $url = $base . $options['script'] . $uri . $query . $options['fragment'];
+    $url = $base . $script . $uri . $query . $options['fragment'];
"the freedom speak is expression to exchange knowledge"

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.07 seconds with 22 queries.

web stats analysis