source: trunk/prototype/rest/.htaccess @ 6528

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

Ticket #2766 - Merge do branch das novas funcionalidaes para o trunk

  • 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.