www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2ac603fa4ade51e2a7bb79d5fd30b92c1309960d
parent 4b35e6e4f08306413b3bb7cce376ef143b9e4e9e
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 29 Mar 2011 14:05:48 -0400

Fixed location of .htaccess file for shared installations

Diffstat:
Mdocs/html/_sources/installation.txt | 2+-
Mdocs/html/index.html | 2+-
Mdocs/html/installation.html | 2+-
Mdocs/source/installation.rst | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/html/_sources/installation.txt b/docs/html/_sources/installation.txt @@ -259,7 +259,7 @@ mode`, so it exhibits this same behavior. There is a solution to this, however, if you manage the server where MathJax is installed, and if that server is running the `Apache web server <http://www.apache.org/>`_. In the remote server's -``MathJax/fonts/HTML-CSS/TeX/otf`` folder, create a file called +``MathJax/fonts/`` folder, create a file called ``.htaccess`` that contains the following lines: :: diff --git a/docs/html/index.html b/docs/html/index.html @@ -121,7 +121,7 @@ MathML that works in all modern browsers.</p> </li> </ul> <hr class="docutils" /> -<p>This version of the documentation was built March 23, 2011.</p> +<p>This version of the documentation was built March 29, 2011.</p> </div> </div> diff --git a/docs/html/installation.html b/docs/html/installation.html @@ -246,7 +246,7 @@ mode</cite>, so it exhibits this same behavior.</p> <p>There is a solution to this, however, if you manage the server where MathJax is installed, and if that server is running the <a class="reference external" href="http://www.apache.org/">Apache web server</a>. In the remote server&#8217;s -<tt class="docutils literal"><span class="pre">MathJax/fonts/HTML-CSS/TeX/otf</span></tt> folder, create a file called +<tt class="docutils literal"><span class="pre">MathJax/fonts/</span></tt> folder, create a file called <tt class="docutils literal"><span class="pre">.htaccess</span></tt> that contains the following lines:</p> <div class="highlight-python"><pre>&lt;FilesMatch "\.(ttf|otf|eot)$"&gt; &lt;IfModule mod_headers.c&gt; diff --git a/docs/source/installation.rst b/docs/source/installation.rst @@ -259,7 +259,7 @@ mode`, so it exhibits this same behavior. There is a solution to this, however, if you manage the server where MathJax is installed, and if that server is running the `Apache web server <http://www.apache.org/>`_. In the remote server's -``MathJax/fonts/HTML-CSS/TeX/otf`` folder, create a file called +``MathJax/fonts/`` folder, create a file called ``.htaccess`` that contains the following lines: ::