~desarrollokumbia/kumbia/0.5

« back to all changes in this revision

Viewing changes to .htaccess

  • Committer: Joan Miquel
  • Date: 2008-11-07 01:12:54 UTC
  • Revision ID: joan@ubuntu-black-20081107011254-lc0jk82y3yg7jvpl
commit inicial para kumbia 0.5 RC1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<IfModule mod_rewrite.c>
 
2
    RewriteEngine on
 
3
    RewriteRule  ^$ public/    [L]
 
4
    RewriteRule  (.*) public/$1 [L]
 
5
</IfModule>
 
 
b'\\ No newline at end of file'