Skip to content

Commit

Permalink
added htaccess
Browse files Browse the repository at this point in the history
front of file add dot 
.htaccess
  • Loading branch information
barismeral authored May 4, 2019
1 parent 5322c89 commit 163dbfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
RewriteEngine on

RewriteRule ^currencys?$ index.php
RewriteRule ^currencys/?$ index.php

RewriteRule ^currencys/([0-9]+) index.php?id=$1

0 comments on commit 163dbfd

Please sign in to comment.