Skip to content

Commit

Permalink
Correcting .htaccess and jnlp file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Jun 15, 2011
1 parent 652829d commit 202ba7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions src/webstart/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
AddType application/x-httpd-php5 .jnlp
AddHandler application/x-httpd-php5 .jnlp
15 changes: 7 additions & 8 deletions src/webstart/jdyna.jnlp
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?php
header("Content-Type: application/x-java-jnlp-file");

header("Content-Type: application/x-java-jnlp-file");
header("Cache-Control: no-cache");
header("Pragma: no-cache");
header("Last-Modified: " . gmdate('D, d M Y H:i:s', time()) . ' GMT');
?><?xml version="1.0" encoding="utf-8"?>
header("Last-Modified: " . gmdate('D, d M Y H:i:s', time()) . ' GMT');
?>

<jnlp spec="1.0+" codebase="http://www.jdyna.com/play/">
<jnlp spec="1.0+" codebase="http://www.dawidweiss.com/jdyna/play/">
<information>
<title>jdyna.com</title>
<vendor>jdyna.com developers</vendor>
<homepage href="http://www.jdyna.com/" />
<title>JDyna</title>
<vendor>JDyna developers</vendor>
<homepage href="http://www.dawidweiss.com/jdyna/" />

<description>Dyna Blaster for your enjoyment.</description>
<description kind="tooltip">JDyna</description>
Expand Down

0 comments on commit 202ba7d

Please sign in to comment.