root/.htaccess.dist

Revision 46, 316 bytes (checked in by brian, 2 years ago)

Dist file for htaccess

Line 
1RewriteEngine on
2RewriteBase /
3RewriteRule !\.()$ docroot/index.php
4
5SetEnv NICKEL_MODE development
6
7php_flag magic_quotes_gpc off
8php_flag magic_quotes_runtime off
9php_flag magic_quotes_sybase off
10php_flag register_globals off
11php_flag track_errors on
12
13php_value upload_max_filesize 50M
14php_value post_max_size 50M
Note: See TracBrowser for help on using the browser.