source: Dev/branches/rest-dojo-ui/jos-branch/server/tonic/docroot/.htaccess @ 312

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 185 bytes
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.