fork download
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine On
  3. RewriteBase /
  4. RewriteRule ^index\.php$ - [L]
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule . /index.php [L]
  8.  
  9. AddType video/webm .webm
  10. AddType video/ogg .ogv
  11. AddType video/mp4 .mp4
  12. </IfModule>
Runtime error #stdin #stdout #stderr 0s 4244KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
ICL129I	PROGRAM HAS GOTTEN LOST
	ON THE WAY TO WHO KNOWS WHERE
        CORRECT SOURCE AND RESUBNIT