source: sandbox/2.4-expresso-api/prototype/rest/.htaccess @ 5888

Revision 5888, 185 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2598 - implementação base REST + oauth

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