Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
9 lines
162 B
ApacheConf
9 lines
162 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
|
|
|
|
RewriteRule ^dashboard/edit-data-dosen/(.*)$ dashboard.php?page=data&menu=data-dosen&act=edit&id=$1 [L]
|
|
|
|
</IfModule>
|
|
|