Skip to content

Commit

Permalink
Learning MVC part 4 (.htaccess)
Browse files Browse the repository at this point in the history
  • Loading branch information
atornblad committed May 26, 2015
1 parent 72c83a1 commit e2d147d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
@@ -0,0 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*) mvc.php?path=$1 [L]
</IfModule>

0 comments on commit e2d147d

Please sign in to comment.