Skip to content

Commit

Permalink
Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Manfredi committed Jan 17, 2011
1 parent d25096d commit b5b7b6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /svndeploy
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>

0 comments on commit b5b7b6a

Please sign in to comment.