diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html
index e353d15..04cdbf3 100644
--- a/user_guide/installation/index.html
+++ b/user_guide/installation/index.html
@@ -7,9 +7,9 @@
 <style type='text/css' media='all'>@import url('../userguide.css');</style>

 <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />

 

-<script type="text/javascript" src="../scripts/nav.js"></script>

+<script type="text/javascript" src="../nav/nav.js"></script>

 <script type="text/javascript" src="../scripts/prototype.lite.js"></script>

-<script type="text/javascript" src="../scripts/moo.fx.js"></script>

+<script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript">

 window.onload = function() {

 	myHeight = new fx.Height('nav', {duration: 400}); 

@@ -80,20 +80,6 @@
 <p>If you're new to Code Igniter, please read the <a href="../general/index.html">Getting Started</a> section of the User Guide to begin learning how

 to build dynamic PHP applications. Enjoy!</p>

 

-<h2>Troubleshooting</h2>

-

-<p>If you find that no matter what you put in your URL only your default page is loading, it might be that your server 

-does not support the PATH_INFO variable needed to serve search-engine friendly URLs.  

-

-As a first step, open your <dfn>application/config/config.php</dfn> file and look for the <kbd>URI Protocol</kbd>

-information. It will recommend that you try a couple alternate settings.  If it still doesn't work after you've tried this you'll need

-to force Code Igniter to add a question mark to your URLs.  To do this open your <kbd>application/config/config.php</kbd> file and change this:</p>

-

-<code>$config['index_page'] = "index.php";</code>

-

-<p>To this:</p>

-

-<code>$config['index_page'] = "index.php?";</code>

 

 

 </div>