<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">ExpressionEngine Wiki</title>
    <subtitle type="text">ExpressionEngine Wiki</subtitle>
    <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/" />
    <link rel="self" type="application/atom+xml" href="http://expressionengine.com/wiki/Special:Recentchanges_Atom" />
    <updated>2010-03-19T22:29:50Z</updated>
    <rights>Copyright (c) 2007, support@expressionengine.com</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.6">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2010:03:19:wiki</id>


    <entry>
      <title>HowTo Determine Memory Limits</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/HowTo_Determine_Memory_Limits/" />
      <id>tag:expressionengine.com,2010:wiki:HowTo Determine Memory Limits/1730.11248</id>
      <published>2010-03-19T22:29:50Z</published>
      <updated>2010-03-19T22:29:50Z</updated>
      <author>
            <name>Brandon Jones</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <h3 id='Question'>Question</h3>

<p>How can I determine how much memory is allocated to PHP?</p>

<h3 id='Answer'>Answer</h3>

<h4 id='If_you_are_able_to_login_to_your_EE_Control_Panel:'>If you are able to login to your EE Control Panel:</h4>

<p>&nbsp;  1. Navigate to Admin  ›&nbsp; Utilities  ›&nbsp; PHP Info<br />
&nbsp;  2. Search the page for &#8216;memory_limit&#8217;<br />
&nbsp;  3. The value shown in the &#8220;Local&#8221; column is the memory limit you are working with.&nbsp; If no Local value is set, then the Master value is your memory limit.</p>

<p>
</p><h4 id='If_you_are_NOT_able_to_access_your_EE_Control_Panel:'>If you are NOT able to access your EE Control Panel:</h4>

<p>&nbsp;  1. Using a text editor, create a new file containing only the following single line:&nbsp; </p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;? phpinfo</span><span style="color: #007700">(); </span><span style="color: #0000BB">?&gt; </span>
</span>
</code></div><p>
&nbsp;  2. Save the file as &#8216;phpinfo.php&#8217; and upload it to a publicly accessible directoy on your server<br />
&nbsp;  3. Point your browser to the location of the file, e.g. http://yoursite.com/phpinfo.php<br />
&nbsp;  4. Search the page for &#8216;memory_limit&#8217;<br />
&nbsp;  5. The value shown in the &#8220;Local&#8221; column is the memory limit you are working with.&nbsp; If no Local value is set, then the Master value is your memory limit.<br />
&nbsp;  6. Remove the phpinfo.php file from your server, as leaving it publicly accessible is not recommended.</p>

<p><a href="http://expressionengine.com/wiki/HowTo_Override_Memory_Limitations/">HowTo Override Memory Limitations</a></p>

<p>
<a href="http://expressionengine.com/wiki/Category:PHPInfo/" title="Category:PHPInfo">Category:PHPInfo</a><br />
<a href="http://expressionengine.com/wiki/Category:Troubleshooting/" title="Category:Troubleshooting">Category:Troubleshooting</a>
</p>
      ]]></content>
    </entry>

    <entry>
      <title>Useful Sites</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/Useful_Sites/" />
      <id>tag:expressionengine.com,2010:wiki:Useful Sites/283.11234</id>
      <published>2010-03-18T20:11:19Z</published>
      <updated>2010-03-18T20:11:19Z</updated>
      <author>
            <name>pranavaortega</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <p><strong>Table of Contents</strong></p>
<ul id='toc' title='Table of Contents'>
	<li><a href='#Official_Support'>Official Support</a></li>
	<li><a href='#For_Hire'>For Hire</a></li>
	<li><a href='#Tips_Tricks'>Tips &amp; Tricks</a></li>
	<li><a href='#Templates_Design'>Templates &amp; Design</a></li>
	<li><a href='#Plugins_Modules'>Plugins &amp; Modules</a></li>
	<li><a href='#Hacks'>Hacks</a></li>
	<li><a href='#Community'>Community</a></li>
</ul>
<hr />


<h3 id='Official_Support'>Official Support</h3><p> </p>

<p>*<a href="http://expressionengine.com/docs/">User Guide</a> <br />
*<a href="http://expressionengine.com/forums/">Support Forums</a> <br />
*<a href="http://expressionengine.com/knowledge_base/">Knowledge Base</a> </p>

<h3 id='For_Hire'>For Hire</h3>

<p>*<a href="http://expressionengine.com/professionals/">Professionals Network</a></p>

<p>
</p><h3 id='Tips_Tricks'>Tips &amp; Tricks</h3><p> </p>

<p>*<a href="http://www.eehowto.com">EEHowTo</a><br />
*<a href="http://www.soveryposh.com/x/blog/categories/C253/">So Very Posh - ExpressionEngine</a> - Also has some plugins. <br />
*<a href="http://textsnippets.com/tags/expressionengine">EE at TextSnippets</a> <br />
*<a href="http://www.5pieces.com/blog/category/expressionengine/">5pieces.com Tutorials</a><br />
*<a href="http://train-ee.com/">Boyink.com Tutorials</a></p>

<h3 id='Templates_Design'>Templates &amp; Design</h3><p> </p>

<p>*<a href="http://www.eedesign.org">ExpressionEngine Design</a> </p>

<h3 id='Plugins_Modules'>Plugins &amp; Modules</h3><p> </p>

<p>*<a href="http://expressionengine.com/downloads/addons/">EllisLab Addon Library</a> </p>

<p>
*<a href="http://expressionengine.com/wiki/Modules/" title="Modules">Modules</a> </p>

<h3 id='Hacks'>Hacks</h3><p> </p>

<h3 id='Community'>Community</h3><p> <br />
*<a href="http://webspacehosting.com">web hosting</a><br />
*<a href="http://www.schoolofinteriordesign.org/interior-design-online/index.php"> Interior Design Online</a>]<br />
*<a href="http://www.seozip.com">seo services company</a> <br />
*<a href="http://www.traveliota.com">vacations</a><br />
*<a href="http://www.webhostingjack.in/">web hosting india</a><br />
*<a href="http://www.ekjodi.com">matrimony</a>&nbsp; <br />
*<a href="http://www.ebusinesssubmit.com/services/social-bookmarking-submission.html">Social Bookmarking Submission</a>&nbsp; <br />
*<a href="http://www.ebusinesssubmit.com/services/blog-posting-service.html">Blog Posting Service</a>&nbsp; <br />
*<a href="http://www.ebusinesssubmit.com">Link Building Service</a>&nbsp; <br />
*<a href="http://www.accath.com/">ACCESSORIES AND THINGS</a>&nbsp; <br />
<a href="http://expressionengine.com/wiki/Category:Offsite_Help_and_Tutorials/" title="Category:Offsite_Help_and_Tutorials">Category:Offsite Help and Tutorials</a><br />
*<a href="http://aplustermpaper.com/">Custom writing</a>
</p>
      ]]></content>
    </entry>

    <entry>
      <title>Recent Comments List for Paginated Comments</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/Recent_Comments_List_for_Paginated_Comments/" />
      <id>tag:expressionengine.com,2010:wiki:Recent Comments List for Paginated Comments/2168.11217</id>
      <published>2010-03-16T17:53:27Z</published>
      <updated>2010-03-16T17:53:27Z</updated>
      <author>
            <name>Vik</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <p>This permits a list of recent comments to link to the correct page, when comment pagination is being used.</p>

<p>&nbsp;  &nbsp;   </p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"desc" </span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"date" </span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"10" </span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">; </span><span style="color: #0000BB">&#123;url_or_email_as_author&#125; on </span><span style="color: #007700">&lt;</span><span style="color: #0000BB">i</span><span style="color: #007700">&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$PaginatorPage </span><span style="color: #007700">= </span><span style="color: #DD0000">""</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$query </span><span style="color: #007700">= </span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(</span><span style="color: #DD0000">"SELECT comment_id FROM exp_comments WHERE entry_id = &#123;entry_id&#125;"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$comment_total </span><span style="color: #007700">= </span><span style="color: #0000BB">mysql_num_rows</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (</span><span style="color: #0000BB">$comment_total </span><span style="color: #007700">&gt; </span><span style="color: #0000BB">200</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$PaginatorPage </span><span style="color: #007700">= </span><span style="color: #DD0000">"/P" </span><span style="color: #007700">. (</span><span style="color: #0000BB">floor</span><span style="color: #007700">(</span><span style="color: #0000BB">$comment_total </span><span style="color: #007700">/ </span><span style="color: #0000BB">200</span><span style="color: #007700">) * </span><span style="color: #0000BB">200</span><span style="color: #007700">);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">?&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;comment_url_title_auto_path&#125;&lt;?= $PaginatorPage ?&gt;#&#123;comment_id&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">i</span><span style="color: #007700">&gt;.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">center</span><span style="color: #007700">&gt;&amp;</span><span style="color: #0000BB">mdash</span><span style="color: #007700">;&amp;</span><span style="color: #0000BB">mdash</span><span style="color: #007700">;&amp;</span><span style="color: #0000BB">mdash</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">center</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125; </span>
</span>
</code></div>

<p>I have PHP parsing stage set to “output” in the template preferences for this template. On the comments page, where the actual comments are displayed, I have:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries limit</span><span style="color: #007700">= </span><span style="color: #DD0000">"200" </span><span style="color: #0000BB">paginate</span><span style="color: #007700">=</span><span style="color: #DD0000">"both"</span><span style="color: #0000BB">&#125; </span>
</span>
</code></div>

<p>...matching the “200” in the recent comments list.
</p>
      ]]></content>
    </entry>

    <entry>
      <title>HowTo Turn on Error Reporting</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/HowTo_Turn_on_Error_Reporting/" />
      <id>tag:expressionengine.com,2010:wiki:HowTo Turn on Error Reporting/1602.11209</id>
      <published>2010-03-15T13:05:46Z</published>
      <updated>2010-03-15T13:05:46Z</updated>
      <author>
            <name>Sue Crocker</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <h3 id='Question:'>Question:</h3><p>
I&#8217;m trying to turn on error reporting in EE 1.6.8, how do I do that?</p>

<h3 id='Answer:'>Answer:</h3>

<p>The first thing you need to make sure of is that PHP supports display_errors turned on.</p>

<p>Visit Admin  ›&nbsp; Utilities  ›&nbsp; PHP Info and ensure that display_errors is On.</p>

<p>NOTE: If your host has disabled the PHP &#8216;display_errors&#8217; directive, you will need to ask them to enable it, or if the server allows scripts to override the setting, you can add the following to your index.php file:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">ini_set</span><span style="color: #007700">(</span><span style="color: #DD0000">'display_errors'</span><span style="color: #007700">, </span><span style="color: #0000BB">1</span><span style="color: #007700">); </span>
</span>
</code></div>

<p>Next, edit the /system/index.php file, and change the value of</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #DD0000">"error_reporting(0);" </span>
</span>
</code></div>

<p>to
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #DD0000">"error_reporting(E_ALL);" </span>
</span>
</code></div>

<p>Then visit Admin  ›&nbsp; System Preferences  ›&nbsp; Output and Debugging Preferences and set Debug Preference to 1. PHP/SQL error messages show only to Super Admins.</p>

<p>View the front end of your site to see what sort of errors show up.</p>

<p>Additional Note: If you cannot access the Control Panel due to errors on the site or templates not rendering, you can change the system/config.php $conf[&#8216;debug&#8217;] value to 2 temporarily which will show PHP errors to everyone.&nbsp; Remember to change this back to 0 or 1 when you&#8217;ve resolved your issues.</p>

<p><a href="http://expressionengine.com/wiki/Category:Troubleshooting/" title="Category:Troubleshooting">Category:Troubleshooting</a> <br />
<a href="http://expressionengine.com/wiki/Category:HowTo/" title="Category:HowTo">Category:HowTo</a>
</p>
      ]]></content>
    </entry>

    <entry>
      <title>Category:Exporting</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/Category:Exporting/" />
      <id>tag:expressionengine.com,2010:wiki:Category:Exporting/2157.11160</id>
      <published>2010-03-06T13:12:32Z</published>
      <updated>2010-03-06T13:12:32Z</updated>
      <author>
            <name>Sue Crocker</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <p>Information on exporting entries from EE.
</p>
      ]]></content>
    </entry>

    <entry>
      <title>Running Multiple Domains or Subdomains or Subsites</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/Running_Multiple_Domains_or_Subdomains_or_Subsites/" />
      <id>tag:expressionengine.com,2010:wiki:Running Multiple Domains or Subdomains or Subsites/718.11148</id>
      <published>2010-03-05T02:42:05Z</published>
      <updated>2010-03-05T02:42:05Z</updated>
      <author>
            <name>kristymartin</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <p><span class="alert">Please Note: This is the &#8220;classic&#8221; method for running multiple sites and sub-domains and is community supported. If you want to run the officially support method for multiple Sites from a single installation of ExpressionEnigne, consider <a href="http://expressionengine.com/downloads/details/multiple_site_manager/">the Multiple Site Manager</a> as it has numerous benefits over this technique.<br />
</span></p>

<p>If all you want to do is create <b>a simple &#8220;alternate&#8221; version of your site</b>, this post might interest you:<br />
<a href="http://erskinelabs.com/post/create-an-alternative-version-of-your-expressionengine-website/">http://erskinelabs.com/post/create-an-alternative-version-of-your-expressionengine-website/</a></p>

<p>It is possible to run ExpressionEngine so that content can be accessed from more than one location. This is often desired if you want to put different content on different subdomains or simply otherwise want to access your content through more than one location.<br />
In order to allow this, you simply need to follow a few steps:</p>

<h3 id='Copy_index.php_and_path.php'>Copy index.php and path.php</h3>

<p>You must place a copy of the main site path.php and index.php (the ones from your main directory, not from the system directory) files into the directory from which you wish to access ExpressionEngine.<br />
The directory you specify must be able to have files within it be able to access your main installation system directory. You should ensure you don&#8217;t have any &#8220;open_basedir&#8221; or other restrictions in place which could prevent this.<br />
If you want, you may rename the index.php file as described on the <a href="http://expressionengine.com/docs/installation/renaming_index.html">Renaming Main Site File</a> page.</p>

<h3 id='Edit_path.php'>Edit path.php</h3>

<p>Once you&#8217;ve copied the files, you must open path.php to edit it.</p>

<h4 id='system_path'>$system_path</h4>

<p>First, you must ensure that the $system_path variable is set correctly within the file. The variable should contain a relative path from the current directory (in which the path.php file resides) to your site&#8217;s system directory. For instance:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$system_path </span><span style="color: #007700">= </span><span style="color: #DD0000">"../system/"</span><span style="color: #007700">; </span>
</span>
</code></div>

<h4 id='Add_New_Variables'>Add New Variables</h4>

<p>Second, you must add several new variables to the file:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$template_group </span><span style="color: #007700">= </span><span style="color: #DD0000">"template_group_name"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$template </span><span style="color: #007700">= </span><span style="color: #DD0000">"template_name"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$site_url </span><span style="color: #007700">= </span><span style="color: #DD0000">"http://www.example.com/subdirectory/"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$site_index </span><span style="color: #007700">= </span><span style="color: #DD0000">"index.php"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$site_404 </span><span style="color: #007700">= </span><span style="color: #DD0000">"template_group_name/template_name"</span><span style="color: #007700">; </span>
</span>
</code></div><p>
The variables are:</p>

<p><b>$template_group</b> The name of the Template Group you want to be shown by default.<br />
<b>$template</b> The name of the Template that you want to be shown by default.<br />
<b>$site_url</b> The full URL to the current directory in which this path.php file resides.<br />
<b>$site_index</b> This is an optional variable that will let you indicate the name of the index file if you change the name of index.php to something else.<br />
<b>$site_404</b> This is an optional variable that will allow you to set a specific Template to display as a 404 page for your subsite. This will override the general site setting for this subsite.</p>

<h3 id='Optional_Variables'>Optional Variables</h3>

<p>You may specify a PHP array containing &#8220;global variables&#8221; that will be available only to Templates accessed through that path.php file.
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$global_vars </span><span style="color: #007700">= array(); </span><span style="color: #FF8000">// This array must be associative </span>
</span>
</code></div><p>
For instance, let&#8217;s say you want to define a weblog name and a Template Group name. You could use this:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$global_vars </span><span style="color: #007700">= array(<br /></span><span style="color: #DD0000">"my_weblog" </span><span style="color: #007700">=&gt; </span><span style="color: #DD0000">"news"</span><span style="color: #007700">,<br /></span><span style="color: #DD0000">"my_template_group" </span><span style="color: #007700">=&gt; </span><span style="color: #DD0000">"display"<br /></span><span style="color: #007700">); </span><span style="color: #FF8000">// Last entry must not include the comma at the end </span>
</span>
</code></div>

<p>Within your Templates, you would then be able to use the <span style="color:blue;">&#123;my_weblog&#125;</span> and <span style="color:blue;">&#123;my_template_group&#125;</span> variables.</p>

<h3 id='Successful_index.php_hiding'>Successful index.php hiding</h3>

<p>This is a common practice, if not an official one.&nbsp; The result is not seeing &#8216;index.php&#8217; anywhere in your urls, provided you make the arrangements properly.</p>

<p>A warning should be given which respects the official position, that if you make a mistake in the setup for removing index.php, the results can be quite confusing to troubleshoot.&nbsp; If you have that problem using the instructions, simply delete or rename all new .htaccess files you have constructed, and prior operation of your site should resume.&nbsp; </p>

<p>With that caveat and fixup out of the way, let&#8217;s see a way index.php removal can be done, including smooth operation on subdomains.</p>

<p>The actual method you choose for hiding should come from here, as the ins and outs are discussed:&nbsp; <a href="http://expressionengine.com/wiki/Remove_index.php_From_URLs/" title="Remove_index.php_From_URLs">Remove index.php From URLs</a>.&nbsp; </p>

<p>Probably the first method described in the removal article is best, especially if you are concerned about <a href="http://www.seop.com/search-engine-optimization/">search engine optimization</a> (SEO), as discussed with the second.</p>

<p>The result of each of the methods is that you will have an .htaccess file added, or lines added to the one you already have, for a basic EE site.</p>

<p>The trick to make index.php hiding work smoothly with multiple or subdomains is to also have an .htaccess file with the same index.php hiding rules in each of your new multiple or subdomain root folders, where the copied index.php and modified path.php are.</p>

<p>If you already prefer another index.php removal method on your main site, you can try replicating those rules into your new site&#8217;s .htaccess instead, and see if they will do the job as well.</p>

<p>...</p>

<p>&nbsp;</p>

<p>
<a href="http://expressionengine.com/wiki/Category:Tricks/" title="Category:Tricks">Category:Tricks</a>
</p>
      ]]></content>
    </entry>

    <entry>
      <title>HowTo Use PHPMyAdmin to Change My Password</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/HowTo_Use_PHPMyAdmin_to_Change_My_Password/" />
      <id>tag:expressionengine.com,2010:wiki:HowTo Use PHPMyAdmin to Change My Password/2006.11143</id>
      <published>2010-03-04T16:24:13Z</published>
      <updated>2010-03-04T16:24:13Z</updated>
      <author>
            <name>Sue Crocker</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <h3 id='Question:'>Question:</h3><p>
I’m unable to get into my ExpressionEngine backend, and I’m not receiving my password reset email. Can I edit my password via PHPMyAdmin?</p>

<h3 id='Answer:'>Answer:</h3><p>
You can, but you need to keep in mind that your password is not stored as ascii text, but as a SHA1 encrypted password. However, you can use the following code which is for the password called “password”:<br />
5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8</p>

<p>
<a href="http://expressionengine.com/wiki/Category:HowTo/" title="Category:HowTo">Category:HowTo</a>
</p>
      ]]></content>
    </entry>

    <entry>
      <title>HowTo Install Plugins in EE2</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/HowTo_Install_Plugins_in_EE2/" />
      <id>tag:expressionengine.com,2010:wiki:HowTo Install Plugins in EE2/2018.11142</id>
      <published>2010-03-04T16:23:02Z</published>
      <updated>2010-03-04T16:23:02Z</updated>
      <author>
            <name>Sue Crocker</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <h3 id='Question:'>Question:</h3><p>
How do I install plugins in EE 2.0PB? Can I just install them from the Plugins page?</p>

<h3 id='Answer:'>Answer:</h3>

<p>Right now, the items linked in the right column are 1.x addons only. You&#8217;ll need to download first party plugins from <a href="http://expressionengine.com/public_beta/downloads/">EE Public Beta Downloads</a> or the site of third-party developers.</p>

<p>To actually install the plugin(s), upload the whole folder to your /system/expressionengine/third_party folder.</p>

<p><span style="color:red;">NOTE: Don&#8217;t put them in the /system/expressionengine/plugins folder.</span></p>

<p>
<a href="http://expressionengine.com/wiki/Category:HowTo/" title="Category:HowTo">Category:HowTo</a>
</p>
      ]]></content>
    </entry>

    <entry>
      <title>HowTo Check Which Version of Zend is Installed</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/HowTo_Check_Which_Version_of_Zend_is_Installed/" />
      <id>tag:expressionengine.com,2010:wiki:HowTo Check Which Version of Zend is Installed/2004.11141</id>
      <published>2010-03-04T16:21:54Z</published>
      <updated>2010-03-04T16:21:54Z</updated>
      <author>
            <name>Sue Crocker</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <h3 id='Question:'>Question:</h3><p>
How can I check whether or not Zend Optimizer is installed, and which version it is?</p>

<h3 id='Answer:'>Answer:</h3>

<p>Create a zendcheck.php file with the following code in it:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /><br /></span><span style="color: #007700">if ( ! </span><span style="color: #0000BB">function_exists</span><span style="color: #007700">(</span><span style="color: #DD0000">'zend_optimizer_version'</span><span style="color: #007700">))<br /></span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">echo </span><span style="color: #DD0000">'Install Zend Optimizer'</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">else<br /></span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">echo </span><span style="color: #DD0000">'Zend Optimizer version: '</span><span style="color: #007700">.</span><span style="color: #0000BB">zend_optimizer_version</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">&#125;<br />?&gt; </span>
</span>
</code></div>

<p>FTP the zendcheck.php file to your server, and open in your browser.</p>

<p>If Zend Optimizer has been installed correctly, it is also mentioned in the output of phpinfo().</p>

<p>
<a href="http://expressionengine.com/wiki/Category:HowTo/" title="Category:HowTo">Category:HowTo</a>
</p>
      ]]></content>
    </entry>

    <entry>
      <title>Where Can I Find the Server Wizard for EE2</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/wiki/Where_Can_I_Find_the_Server_Wizard_for_EE2/" />
      <id>tag:expressionengine.com,2010:wiki:Where Can I Find the Server Wizard for EE2/2083.11140</id>
      <published>2010-03-04T16:20:16Z</published>
      <updated>2010-03-04T16:20:16Z</updated>
      <author>
            <name>Sue Crocker</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        <h3 id='Question:'>Question:</h3><p>
Where can I find the Server Wizard for EE2?</p>

<h3 id='Answer:'>Answer:</h3><p>
You can find the link at: <a href="http://expressionengine.com/public_beta/requirements/">ExpressionEngine 2.0 Public Beta Requirements</a>
</p>
      ]]></content>
    </entry>


</feed>