source: branches/2.4/prototype/rest/.htaccess @ 6754

Revision 6754, 185 bytes checked in by niltonneto, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

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