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-05-16, 01:20:32

Author Topic: Error — URL rewriting is not enabled  (Read 2386 times)

0 Members and 1 Guest are viewing this topic.

Offline masnggakdiajak

  • Valuable Member
  • *
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Error — URL rewriting is not enabled
« on: 2017-02-22, 09:31:59 »
hallo mimin mau tanya,

saya install aplikasi dan membutuhkan enable URL rewriting, sudah saya kasih di
.htaccess
Code: [Select]
Options -Indexes

<IfModule mod_rewrite.c>
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} -f [OR]
  RewriteCond %{REQUEST_FILENAME} -d
  RewriteRule ^(.+) - [PT,L]

  RewriteRule ^assets/(.*)$ public/assets/$1 [L]
  RewriteRule ^wallpapers/(.*)$ public/wallpapers/$1 [L]
  RewriteRule ^verify-existence$ public/verify.php [QSA,L]
  RewriteRule ^proxy.php$ public/proxy.php [QSA,L]
  RewriteRule ^api/v([0-9]*)/(.*)/?$ public/api.php?path_info=$2&api_version=$1 [QSA,L]
  RewriteRule ^$ public/router.php [QSA,L]
  RewriteRule ^(.*) public/router.php?path_info=$1 [QSA,L]
</IfModule>

tapi Error " Error — URL rewriting is not enabled" tetap muncul,

hasil dari sysinfo
Code: [Select]
A. Control Panel:               
   - Kloxo-MR: 7.0.0.c-2017021003
   - Web: hiawatha-10.5.0-f.2.mr.el6.x86_64
   - PHP: php54s-5.4.45-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.8 (Final) x86_64
   - Hostname: nggakdiajak.com
C. Services:
   1. MySQL: MariaDB-server-10.0.29-1.el6.x86_64
   2. PHP:
      - Installed:
        - Branch: php54-cli-5.4.45-1.ius.el6.x86_64
        - Multiple:
          * php54m-5.4.45-1.ius.el6
          * php56m-5.6.30-1.ius.el6
          * php70m-7.0.15-1.ius.el6
          * php71m-7.1.1-1.ius.el6
      - Used: php54m-fpm
      - Multiple: enable
   3. Web Used: apache
     - Hiawatha: hiawatha-10.5.0-f.2.mr.el6.x86_64
     - Lighttpd: lighttpd-1.4.45-1.el6.x86_64
     - Nginx: nginx-1.11.10-1.el6.ngx.x86_64
     - Apache: httpd24u-2.4.25-3.ius.el6.x86_64
       - PHP Type: php-fpm_event
       - Secondary PHP: on
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: nsd
     - Bind: --uninstalled--
     - DJBDns: --uninstalled--
     - NSD: nsd-4.1.14-1.el6.x86_64
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - pop3/imap4: none
      - smtp: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - spam: --uninstalled--
   7. Stats: awstats
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:         15786       5551      10234         41        138        640
   -/+ buffers/cache:       4771      11014
   Swap:         7959          0       7959
E. Disk Space:
   Filesystem            Size  Used Avail Use% Mounted on
   /dev/mapper/vg_egov-lv_root
                          50G  4.0G   43G   9% /


mohon bantuannya, agar Error — URL rewriting is not enabled hilang, terimakasih

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Error — URL rewriting is not enabled
« Reply #1 on: 2017-02-22, 14:44:08 »
Informasikan 'httpd -t -D DUMP_MODULES; dir -l /etc/httpd/conf.d/*; dir -l /etc/httpd/conf.modules.d/*; dir -l /usr/lib64/httpd/modules/*'
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline masnggakdiajak

  • Valuable Member
  • *
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Re: Error — URL rewriting is not enabled
« Reply #2 on: 2017-02-22, 14:47:31 »
ini bang,

Code: [Select]
Loaded Modules:
 core_module (static)
 so_module (static)
 http_module (static)
 access_compat_module (shared)
 actions_module (shared)
 alias_module (shared)
 allowmethods_module (shared)
 auth_basic_module (shared)
 auth_digest_module (shared)
 authn_anon_module (shared)
 authn_core_module (shared)
 authn_dbd_module (shared)
 authn_dbm_module (shared)
 authn_file_module (shared)
 authn_socache_module (shared)
 authz_core_module (shared)
 authz_dbd_module (shared)
 authz_dbm_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_owner_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cache_module (shared)
 cache_disk_module (shared)
 data_module (shared)
 dbd_module (shared)
 dir_module (shared)
 dumpio_module (shared)
 echo_module (shared)
 env_module (shared)
 expires_module (shared)
 ext_filter_module (shared)
 filter_module (shared)
 headers_module (shared)
 http2_module (shared)
 include_module (shared)
 info_module (shared)
 log_config_module (shared)
 logio_module (shared)
 macro_module (shared)
 mime_magic_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 remoteip_module (shared)
 reqtimeout_module (shared)
 request_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 slotmem_plain_module (shared)
 slotmem_shm_module (shared)
 socache_dbm_module (shared)
 socache_memcache_module (shared)
 socache_shmcb_module (shared)
 status_module (shared)
 substitute_module (shared)
 suexec_module (shared)
 unique_id_module (shared)
 unixd_module (shared)
 userdir_module (shared)
 version_module (shared)
 vhost_alias_module (shared)
 dav_module (shared)
 dav_fs_module (shared)
 dav_lock_module (shared)
 lua_module (shared)
 mpm_event_module (shared)
 ssl_module (shared)
 session_module (shared)
 session_cookie_module (shared)
 session_dbd_module (shared)
 auth_form_module (shared)
 fastcgi_module (shared)
 fcgid_module (shared)
 suphp_module (shared)
-rw-r--r--  1 root root  2893 Jan 31 10:01 /etc/httpd/conf.d/autoindex.conf
-rw-r--r--  1 root root    78 Feb 22 14:38 /etc/httpd/conf.d/define.conf
-rw-r--r--  1 root root   112 Aug 31  2014 /etc/httpd/conf.d/define.conf.rpmnew
-rw-r--r--  1 root root    78 May 23  2016 /etc/httpd/conf.d/define.conf.rpmsave
-rw-r--r--  1 root root   256 Feb 22 14:38 /etc/httpd/conf.d/fastcgi.conf
-rw-r--r--  1 root root  1510 May 12  2015 /etc/httpd/conf.d/fastcgi.conf.rpmnew
-rw-r--r--  1 root root   256 May 23  2016 /etc/httpd/conf.d/fastcgi.conf.rpmsave
-rw-r--r--  1 root root   579 Jul 31  2016 /etc/httpd/conf.d/fcgid2.conf
-rw-r--r--  1 root root   111 Feb 22 14:38 /etc/httpd/conf.d/fcgid.conf
-rw-r--r--  1 root root   455 Jun 19  2015 /etc/httpd/conf.d/fcgid.conf.rpmnew
-rw-r--r--  1 root root   111 May 23  2016 /etc/httpd/conf.d/fcgid.conf.rpmsave
-rw-r--r--  1 root root   111 Feb 22 14:38 /etc/httpd/conf.d/_inactive_.conf
-rw-r--r--  1 root root   111 Jul 31  2016 /etc/httpd/conf.d/itk.conf
-rw-r--r--  1 root root  1784 Nov 26 17:35 /etc/httpd/conf.d/~lxcenter.conf
-rw-r--r--  1 root root   111 Jan 31 22:28 /etc/httpd/conf.d/pagespeed.conf
-rw-r--r--  1 root root 17532 Sep 30 02:46 /etc/httpd/conf.d/pagespeed.conf.rpmnew
-rw-r--r--  1 root root   111 Nov 28 21:21 /etc/httpd/conf.d/pagespeed.conf.rpmsave
-rw-r--r--  1 root root  1796 Apr 17  2014 /etc/httpd/conf.d/perl.conf.rpmnew
-rw-r--r--  1 root root   110 Mar 30  2016 /etc/httpd/conf.d/perl.conf.rpmsave
-rw-r--r--  1 root root   111 Feb 22 14:38 /etc/httpd/conf.d/php.conf
-rw-r--r--  1 root root   674 Sep  5  2015 /etc/httpd/conf.d/php.conf.rpmnew
-rw-r--r--  1 root root   111 Apr 20  2016 /etc/httpd/conf.d/php.conf.rpmsave
-rw-r--r--  1 root root   366 Jan 31 10:01 /etc/httpd/conf.d/README
-rw-r--r--  1 root root   526 Feb 22 14:38 /etc/httpd/conf.d/rpaf.conf
-rw-r--r--. 1 root root   111 Feb 22 14:38 /etc/httpd/conf.d/ruid2.conf
-rw-r--r--  1 root root   867 Feb 22 14:38 /etc/httpd/conf.d/ssl.conf
-rw-r--r--  1 root root   425 Apr  7  2014 /etc/httpd/conf.d/ssl.conf.rpmnew
-rw-r--r--  1 root root   867 May 23  2016 /etc/httpd/conf.d/ssl.conf.rpmsave
-rw-r--r--  1 root root   428 Feb 22 14:35 /etc/httpd/conf.d/suphp2.conf
-rw-r--r--  1 root root   111 Feb 22 14:38 /etc/httpd/conf.d/suphp.conf
-rw-r--r--  1 root root  1683 Jun 13  2015 /etc/httpd/conf.d/suphp.conf.rpmnew
-rw-r--r--  1 root root   111 May 23  2016 /etc/httpd/conf.d/suphp.conf.rpmsave
-rw-r--r--  1 root root  1252 Jan 31 09:57 /etc/httpd/conf.d/userdir.conf
-rw-r--r--. 1 root root   121 Feb 22 14:38 /etc/httpd/conf.d/__version.conf
-rw-r--r--. 1 root root   352 Apr 25  2012 /etc/httpd/conf.d/webalizer.conf
-rw-r--r--  1 root root   516 Jan 31 09:57 /etc/httpd/conf.d/welcome.conf
-rw-r--r-- 1 root root 3198 Feb 22 14:38 /etc/httpd/conf.modules.d/00-base.conf
-rw-r--r-- 1 root root 3309 Jul 22  2016 /etc/httpd/conf.modules.d/00-base.conf.rpmnew
-rw-r--r-- 1 root root 3153 Oct  3  2015 /etc/httpd/conf.modules.d/00-base.conf.rpmsave
-rw-r--r-- 1 root root  139 Jan 31 09:57 /etc/httpd/conf.modules.d/00-dav.conf
-rw-r--r-- 1 root root   41 Jan 31 09:57 /etc/httpd/conf.modules.d/00-lua.conf
-rw-r--r-- 1 root root   53 Feb 22 14:38 /etc/httpd/conf.modules.d/00-mpm.conf
-rw-r--r-- 1 root root  742 Oct  3  2015 /etc/httpd/conf.modules.d/00-mpm.conf.rpmsave
-rw-r--r-- 1 root root  787 Jan 31 09:57 /etc/httpd/conf.modules.d/00-optional.conf
-rw-r--r-- 1 root root  119 Feb 22 14:38 /etc/httpd/conf.modules.d/00-proxy.conf
-rw-r--r-- 1 root root 1016 Jan 31 09:57 /etc/httpd/conf.modules.d/00-proxy.conf.rpmnew
-rw-r--r-- 1 root root  895 Oct  3  2015 /etc/httpd/conf.modules.d/00-proxy.conf.rpmsave
-rw-r--r-- 1 root root   41 Jan 31 09:57 /etc/httpd/conf.modules.d/00-ssl.conf
-rw-r--r-- 1 root root  460 Feb 22 14:38 /etc/httpd/conf.modules.d/01-cgi.conf
-rw-r--r-- 1 root root  287 Jan 31 09:57 /etc/httpd/conf.modules.d/01-session.conf
-rw-r--r-- 1 root root  418 Jan 31 10:01 /etc/httpd/conf.modules.d/README
-rwxr-xr-x 1 root root  10224 Jan 31 10:01 /usr/lib64/httpd/modules/mod_access_compat.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_actions.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_alias.so
-rwxr-xr-x 1 root root  10224 Jan 31 10:01 /usr/lib64/httpd/modules/mod_allowmethods.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_asis.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_auth_basic.so
-rwxr-xr-x 1 root root  34832 Jan 31 10:01 /usr/lib64/httpd/modules/mod_auth_digest.so
-rwxr-xr-x 1 root root  30696 Jan 31 10:01 /usr/lib64/httpd/modules/mod_auth_form.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authn_anon.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authn_core.so
-rwxr-xr-x 1 root root  14312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authn_dbd.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authn_dbm.so
-rwxr-xr-x 1 root root  14312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authn_file.so
-rwxr-xr-x 1 root root  18448 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authn_socache.so
-rwxr-xr-x 1 root root  26600 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authz_core.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authz_dbd.so
-rwxr-xr-x 1 root root  14312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authz_dbm.so
-rwxr-xr-x 1 root root  14320 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authz_groupfile.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authz_host.so
-rwxr-xr-x 1 root root  10224 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authz_owner.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_authz_user.so
-rwxr-xr-x 1 root root  42984 Jan 31 10:01 /usr/lib64/httpd/modules/mod_autoindex.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_buffer.so
-rwxr-xr-x 1 root root  38888 Jan 31 10:01 /usr/lib64/httpd/modules/mod_cache_disk.so
-rwxr-xr-x 1 root root  75856 Jan 31 10:01 /usr/lib64/httpd/modules/mod_cache.so
-rwxr-xr-x 1 root root  34832 Jan 31 10:01 /usr/lib64/httpd/modules/mod_cache_socache.so
-rwxr-xr-x 1 root root  38920 Jan 31 10:01 /usr/lib64/httpd/modules/mod_cgid.so
-rwxr-xr-x 1 root root  26600 Jan 31 10:01 /usr/lib64/httpd/modules/mod_cgi.so
-rwxr-xr-x 1 root root  22512 Jan 31 10:01 /usr/lib64/httpd/modules/mod_charset_lite.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_data.so
-rwxr-xr-x 1 root root  55272 Jan 31 10:01 /usr/lib64/httpd/modules/mod_dav_fs.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_dav_lock.so
-rwxr-xr-x 1 root root 100328 Jan 31 10:01 /usr/lib64/httpd/modules/mod_dav.so
-rwxr-xr-x 1 root root  22504 Jan 31 10:01 /usr/lib64/httpd/modules/mod_dbd.so
-rwxr-xr-x 1 root root  34792 Jan 31 10:01 /usr/lib64/httpd/modules/mod_deflate.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_dialup.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_dir.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_dumpio.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_echo.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_env.so
-rwxr-xr-x 1 root root  14312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_expires.so
-rwxr-xr-x 1 root root  26600 Jan 31 10:01 /usr/lib64/httpd/modules/mod_ext_filter.so
-rwxr-xr-x 1 root root 259429 Feb 13  2016 /usr/lib64/httpd/modules/mod_fastcgi.so
-rwxr-xr-x 1 root root 370047 Feb 13  2016 /usr/lib64/httpd/modules/mod_fcgid.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_filter.so
-rwxr-xr-x 1 root root  26632 Jan 31 10:01 /usr/lib64/httpd/modules/mod_headers.so
-rwxr-xr-x 1 root root  14312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_heartbeat.so
-rwxr-xr-x 1 root root  22512 Jan 31 10:01 /usr/lib64/httpd/modules/mod_heartmonitor.so
-rwxr-xr-x 1 root root 256832 Jan 31 10:01 /usr/lib64/httpd/modules/mod_http2.so
-rwxr-xr-x 1 root root  51176 Jan 31 10:01 /usr/lib64/httpd/modules/mod_include.so
-rwxr-xr-x 1 root root  27024 Jan 31 10:01 /usr/lib64/httpd/modules/mod_info.so
-rwxr-xr-x 1 root root   6136 Jan 31 10:01 /usr/lib64/httpd/modules/mod_lbmethod_bybusyness.so
-rwxr-xr-x 1 root root   6136 Jan 31 10:01 /usr/lib64/httpd/modules/mod_lbmethod_byrequests.so
-rwxr-xr-x 1 root root   6128 Jan 31 10:01 /usr/lib64/httpd/modules/mod_lbmethod_bytraffic.so
-rwxr-xr-x 1 root root  14320 Jan 31 10:01 /usr/lib64/httpd/modules/mod_lbmethod_heartbeat.so
-rwxr-xr-x 1 root root  34808 Jan 31 10:01 /usr/lib64/httpd/modules/mod_log_config.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_log_debug.so
-rwxr-xr-x 1 root root  10224 Jan 31 10:01 /usr/lib64/httpd/modules/mod_log_forensic.so
-rwxr-xr-x 1 root root  14336 Jan 31 10:01 /usr/lib64/httpd/modules/mod_logio.so
-rwxr-xr-x 1 root root 126120 Jan 31 10:01 /usr/lib64/httpd/modules/mod_lua.so
-rwxr-xr-x 1 root root  22504 Jan 31 10:01 /usr/lib64/httpd/modules/mod_macro.so
-rwxr-xr-x 1 root root  30696 Jan 31 10:01 /usr/lib64/httpd/modules/mod_mime_magic.so
-rwxr-xr-x 1 root root  18440 Jan 31 10:01 /usr/lib64/httpd/modules/mod_mime.so
-rwxr-xr-x 1 root root  67592 Jan 31 10:01 /usr/lib64/httpd/modules/mod_mpm_event.so
-rwxr-xr-x 1 root root  30736 Jan 31 10:01 /usr/lib64/httpd/modules/mod_mpm_prefork.so
-rwxr-xr-x 1 root root  47080 Jan 31 10:01 /usr/lib64/httpd/modules/mod_mpm_worker.so
-rwxr-xr-x 1 root root  38896 Jan 31 10:01 /usr/lib64/httpd/modules/mod_negotiation.so
-rwxr-xr-x 1 root root  55272 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_ajp.so
-rwxr-xr-x 1 root root  47088 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_balancer.so
-rwxr-xr-x 1 root root  18416 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_connect.so
-rwxr-xr-x 1 root root  14320 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_express.so
-rwxr-xr-x 1 root root  22504 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_fcgi.so
-rwxr-xr-x 1 root root  10224 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_fdpass.so
-rwxr-xr-x 1 root root  42984 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_ftp.so
-rwxr-xr-x 1 root root  30704 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_hcheck.so
-rwxr-xr-x 1 root root  38888 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_http.so
-rwxr-xr-x 1 root root  18440 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_scgi.so
-rwxr-xr-x 1 root root 121312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy.so
-rwxr-xr-x 1 root root  18416 Jan 31 10:01 /usr/lib64/httpd/modules/mod_proxy_wstunnel.so
-rwxr-xr-x 1 root root  14312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_ratelimit.so
-rwxr-xr-x 1 root root  14312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_reflector.so
-rwxr-xr-x 1 root root  14312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_remoteip.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_reqtimeout.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_request.so
-rwxr-xr-x 1 root root  67560 Jan 31 10:01 /usr/lib64/httpd/modules/mod_rewrite.so
-rwxr-xr-x 1 root root  52600 Jun 18  2015 /usr/lib64/httpd/modules/mod_ruid2.so
-rwxr-xr-x 1 root root  38888 Jan 31 10:01 /usr/lib64/httpd/modules/mod_sed.so
-rwxr-xr-x 1 root root  10224 Jan 31 10:01 /usr/lib64/httpd/modules/mod_session_cookie.so
-rwxr-xr-x 1 root root  26608 Jan 31 10:01 /usr/lib64/httpd/modules/mod_session_crypto.so
-rwxr-xr-x 1 root root  18416 Jan 31 10:01 /usr/lib64/httpd/modules/mod_session_dbd.so
-rwxr-xr-x 1 root root  22504 Jan 31 10:01 /usr/lib64/httpd/modules/mod_session.so
-rwxr-xr-x 1 root root  14312 Jan 31 10:01 /usr/lib64/httpd/modules/mod_setenvif.so
-rwxr-xr-x 1 root root  14320 Jan 31 10:01 /usr/lib64/httpd/modules/mod_slotmem_plain.so
-rwxr-xr-x 1 root root  22512 Jan 31 10:01 /usr/lib64/httpd/modules/mod_slotmem_shm.so
-rwxr-xr-x 1 root root  14320 Jan 31 10:01 /usr/lib64/httpd/modules/mod_socache_dbm.so
-rwxr-xr-x 1 root root  14320 Jan 31 10:01 /usr/lib64/httpd/modules/mod_socache_memcache.so
-rwxr-xr-x 1 root root  22512 Jan 31 10:01 /usr/lib64/httpd/modules/mod_socache_shmcb.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_speling.so
-rwxr-xr-x 1 root root 227696 Jan 31 10:01 /usr/lib64/httpd/modules/mod_ssl.so
-rwxr-xr-x 1 root root  22504 Jan 31 10:01 /usr/lib64/httpd/modules/mod_status.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_substitute.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_suexec.so
-rwxr-xr-x 1 root root  64372 Jun 18  2015 /usr/lib64/httpd/modules/mod_suphp.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_unique_id.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_unixd.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_userdir.so
-rwxr-xr-x 1 root root  18408 Jan 31 10:01 /usr/lib64/httpd/modules/mod_usertrack.so
-rwxr-xr-x 1 root root  10216 Jan 31 10:01 /usr/lib64/httpd/modules/mod_version.so
-rwxr-xr-x 1 root root  10224 Jan 31 10:01 /usr/lib64/httpd/modules/mod_vhost_alias.so
-rwxr-xr-x 1 root root  22536 Jan 31 10:01 /usr/lib64/httpd/modules/mod_watchdog.so

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Error — URL rewriting is not enabled
« Reply #3 on: 2017-02-22, 15:17:24 »
mod_rewrite sudah terpasang di httpd/apache anda. Bisa jadi isian .htaccess ada yang salah
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline masnggakdiajak

  • Valuable Member
  • *
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Re: Error — URL rewriting is not enabled
« Reply #4 on: 2017-02-22, 15:28:51 »
format yang benar untuk RewriteEngine On seperti apa ya? mungkin bisa di bantu untuk format isian .htaccessnya

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Error — URL rewriting is not enabled
« Reply #5 on: 2017-02-22, 15:37:14 »
Periksa melalui http://htaccess.mwl.be/
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.045 seconds with 18 queries.

web stats analysis