source: sandbox/2.4.1-3/prototype/rest/.htaccess @ 6351

Revision 6351, 185 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2768 - Melhorias na inserção de destinatários na criacao de mensagem

  • Property svn:executable set to *
Line 
1<IfModule mod_rewrite.c>
2    RewriteEngine On
3    RewriteCond %{REQUEST_URI} !dispatch\.php$
4    RewriteCond %{REQUEST_FILENAME} !-f
5    RewriteRule .* dispatch.php [L,QSA]
6</IfModule>
Note: See TracBrowser for help on using the repository browser.