Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 10th, 2012  |  syntax: None  |  size: 0.43 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #
  2. #  TYPO3 Default Site Settings
  3. #
  4.  
  5. AllowOverride All
  6. Order allow,deny
  7. Allow from all
  8.    
  9. Options +FollowSymLinks
  10.    
  11. php_value memory_limit 25000000
  12.    
  13. php_flag allow_call_time_pass_reference off
  14. php_flag register_globals off
  15. php_flag register_argc_argv off
  16. php_flag magic_quotes_gpc off
  17. php_value variables_order GPCS
  18.    
  19. RewriteEngine On
  20. RewriteCond %{REQUEST_FILENAME} !-f
  21. RewriteRule   ^typo3$  typo3/index_re.php