Public paste
Undefined
By: Guest | Date: May 15 2010 12:15 | Format: None | Expires: never | Size: 449 B | Hits: 820

  1. #SetEnv APPLICATION_ENV ILLI_htaccess
  2.  
  3. <ifmodule mod_php4.c>
  4.  
  5.         php_flag zlib.output_compression On
  6.         php_value zlib.output_compression 16386
  7.  
  8. </ifmodule>
  9.  
  10. <ifmodule mod_rewrite.c>
  11.  
  12.         RewriteEngine On
  13.         Options +FollowSymlinks
  14.  
  15.         RewriteCond %{REQUEST_FILENAME} -s [OR]
  16.         RewriteCond %{REQUEST_FILENAME} -l [OR]
  17.         RewriteCond %{REQUEST_FILENAME} -d
  18.         RewriteRule ^.*$ - [NC,L]
  19.  
  20.  
  21.         #live
  22.         RewriteRule ^.*$ /index.php [NC,L]
  23.  
  24. </ifmodule>