Changeset 452
- Timestamp:
- 07/15/06 04:22:13 (2 years ago)
- Files:
-
- devel/.htaccess (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/.htaccess
r437 r452 1 <IfModule ! rewrite_module>1 <IfModule !mod_rewrite.c> 2 2 # ugly ugly hack to detect missing mod_rewrite 3 3 # RedirectMatch must be to an absolute destination, so forces 500 error... … … 8 8 Options +FollowSymLinks 9 9 10 #php_flag magic_quotes_gpc on11 #php_value arg_separator.output "&"12 10 # Not really necessary, just to be clean 13 11 #php_flag short_open_tag off … … 15 13 #php_flag register_globals off 16 14 17 <IfModule rewrite_module>15 <IfModule mod_rewrite.c> 18 16 19 17 RewriteEngine on
