Public paste
htaccess
By: fruffl | Date: Feb 20 2010 10:45 | Format: None | Expires: never | Size: 427 B | Hits: 822

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