From 08c8cdaac041e0f5db92e6227b21d161f01ffe9f Mon Sep 17 00:00:00 2001 From: jason <13521008@std.stei.itb.ac.id> Date: Sun, 8 Oct 2023 20:01:48 +0700 Subject: [PATCH] fix: edit htaccess --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 2410606..1164abf 100644 --- a/.htaccess +++ b/.htaccess @@ -6,6 +6,8 @@ RewriteRule ^create-travel-plan$ /app/views/createtravelplan.php RewriteRule ^dashboard$ /app/views/dashboard.php RewriteRule ^edit-accomodation$ /app/views/editaccomodation.php RewriteRule ^edit-destination$ /app/views/editdestination.php +RewriteRule ^history-done$ /app/views/historytravelplan(done).php +RewriteRule ^history-ongoing$ /app/views/historytravelplan(ongoing).php RewriteRule ^info-place$ /app/views/infoplace.php RewriteRule ^konfirmasi-pesanan$ /app/views/konfirmasipesanan.php RewriteRule ^konfirmasi-travel-plan$ /app/views/konfirmasitravelplan.php -- GitLab