Skip to content
Snippets Groups Projects
Commit 08c8cdaa authored by Jason  Rivalino's avatar Jason Rivalino
Browse files

fix: edit htaccess

parent a689de97
No related merge requests found
...@@ -6,6 +6,8 @@ RewriteRule ^create-travel-plan$ /app/views/createtravelplan.php ...@@ -6,6 +6,8 @@ RewriteRule ^create-travel-plan$ /app/views/createtravelplan.php
RewriteRule ^dashboard$ /app/views/dashboard.php RewriteRule ^dashboard$ /app/views/dashboard.php
RewriteRule ^edit-accomodation$ /app/views/editaccomodation.php RewriteRule ^edit-accomodation$ /app/views/editaccomodation.php
RewriteRule ^edit-destination$ /app/views/editdestination.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 ^info-place$ /app/views/infoplace.php
RewriteRule ^konfirmasi-pesanan$ /app/views/konfirmasipesanan.php RewriteRule ^konfirmasi-pesanan$ /app/views/konfirmasipesanan.php
RewriteRule ^konfirmasi-travel-plan$ /app/views/konfirmasitravelplan.php RewriteRule ^konfirmasi-travel-plan$ /app/views/konfirmasitravelplan.php
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment