Changeset 452

Show
Ignore:
Timestamp:
07/15/06 04:22:13 (2 years ago)
Author:
sven
Message:

mod_rewrite. oi gewalt.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/.htaccess

    r437 r452  
    1 <IfModule !rewrite_module
     1<IfModule !mod_rewrite.c
    22    # ugly ugly hack to detect missing mod_rewrite 
    33    # RedirectMatch must be to an absolute destination, so forces 500 error... 
     
    88Options +FollowSymLinks 
    99 
    10 #php_flag magic_quotes_gpc on 
    11 #php_value arg_separator.output "&amp;" 
    1210# Not really necessary, just to be clean 
    1311#php_flag short_open_tag off 
     
    1513#php_flag register_globals off 
    1614 
    17 <IfModule rewrite_module
     15<IfModule mod_rewrite.c
    1816 
    1917RewriteEngine on