Files
zynapse/public/.htaccess
Jim Myhrberg 6a7ad50a26 * Initial directory structure.
* First parts of boot process works.
2009-08-15 19:53:21 +03:00

13 lines
296 B
ApacheConf

RewriteEngine On
RewriteRule ^.*\.svn.*$ /404
RewriteRule ^$ index.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !favicon.ico
RewriteCond %{REQUEST_FILENAME} !robots.txt
RewriteRule ^(.*)$ /dispatch.php [QSA,L]