<IfModule mod_rewrite.c>

RewriteEngine on

RewriteRule ^SIAK-(.*)$ template.php?module=SIAK&id=$1 [L]
RewriteRule ^home-(.*)\.html$ template.php?module=home&id=$1 [L]
RewriteRule ^pengumuman-(.*)\.html$ template.php?module=pengumuman&id=$1 [L]
RewriteRule ^detail_pengumuman-(.*)-(.*)\.html$ template.php?module=detail_pengumuman&id=$1&ij=$2 [L]
RewriteRule ^contact-(.*)\.html$ template.php?module=contact&id=$1 [L]
RewriteRule ^detail_what_we_do_child-(.*)-(.*)\.html$ template.php?module=detail_sub_service&id=$1&id_main=$2 [L]
RewriteRule ^reg_mahasiswa_baru-(.*)\.html$ template.php?module=reg_mahasiswa_baru&id=$1 [L]
RewriteRule ^aksi_reg_mahasiswa_baru-(.*)\.html$ template.php?module=aksi_reg_mahasiswa_baru&id=$1 [L]
RewriteRule ^ebook-(.*)\.html$ template.php?module=ebook&id=$1 [L]
RewriteRule ^ebook-(.*)-(.*)-(.*)\.html$ template.php?module=ebook&id=$1&act=$2&key=$3 [L]
RewriteRule ^elibrary-(.*)\.html$ template.php?module=elibrary&id=$1 [L]
RewriteRule ^detail_elibrary-(.*)-(.*)\.html$ template.php?module=detail_elibrary&id=$1&kd=$2 [L]
RewriteRule ^inventaris-(.*)\.html$ template.php?module=inventaris&id=$1 [L]
RewriteRule ^dosen-(.*)\.html$ template.php?module=dosen&id=$1 [L]
RewriteRule ^detail_dosen-(.*)-(.*)\.html$ template.php?module=detail_dosen&id=$1&ij=$2 [L]
RewriteRule ^pegawai-(.*)\.html$ template.php?module=pegawai&id=$1 [L]
RewriteRule ^detail_pegawai-(.*)-(.*)\.html$ template.php?module=detail_pegawai&id=$1&ij=$2 [L]
RewriteRule ^biayaperkuliahan-(.*)\.html$ template.php?module=biayaperkuliahan&id=$1 [L]
RewriteRule ^konfirmasi_registrasi-(.*)\.html$ template.php?module=konfirmasi_registrasi&id=$1 [L]

Options All -Indexes 

</IfModule>

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)

# END cPanel-generated php ini directives, do not edit

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74___lsphp .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
