PHP on T R A X
Rapid Application Development Made Easy

root/tags/rel_0-10-0/public/.htaccess

Revision 1, 389 bytes (checked in by root, 3 years ago)

initial import to svn of trax

Line 
1 # php include path for Rails ( Pear & Trax config dir )
2 php_value include_path .:/usr/local/lib/php:/home/<username>/trax/config
3
4 # Redirect all requests not available on the filesystem to Rails
5 RewriteEngine On
6 RewriteRule ^$ index.html [QSA]
7 RewriteRule ^([^.]+)$ $1.html [QSA]
8 RewriteCond %{REQUEST_FILENAME} !-f
9 RewriteCond $1 !-d
10 RewriteRule ^(.*)$ /dispatch.php?$1 [QSA,L]
Note: See TracBrowser for help on using the browser.