<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Jamie Le Souef&#187; All posts filed under Plesk</title> <atom:link href="http://jamielesouef.com/tag/plesk/feed/" rel="self" type="application/rss+xml" /><link>http://jamielesouef.com</link> <description>website . blog . graphic design</description> <lastBuildDate>Sat, 04 Sep 2010 17:48:00 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Getting Wordpress Mu to work with Plesk on Linux</title><link>http://jamielesouef.com/wordpress/getting-wordpress-mu-to-work-with-plesk-on-linux/</link> <comments>http://jamielesouef.com/wordpress/getting-wordpress-mu-to-work-with-plesk-on-linux/#comments</comments> <pubDate>Wed, 26 May 2010 02:30:42 +0000</pubDate> <dc:creator>Jamie Le Souef</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[DNS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Plesk]]></category> <category><![CDATA[Wordpress Mu]]></category><guid isPermaLink="false">http://jamielesouef.com/?p=776</guid> <description><![CDATA[The instructions for getting Wordpress MU to play nice on a Linux server are for the most part very good, but they do miss 1 important step when configure a Wordpress MU (and soon to be Wordpress 3.0) site on a Linux/Plesk web server. I&#8217;m assuming you&#8217;ve already configured the wildcard CNAME (*.yourdomain.com) record [...]]]></description> <content:encoded><![CDATA[<div class="tweetmeme_button" style="margin-right: 10px; margin-top:10px; margin-bottom:10px;"> <a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjamielesouef.com%2Fwordpress%2Fgetting-wordpress-mu-to-work-with-plesk-on-linux%2F"><br /> <img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjamielesouef.com%2Fwordpress%2Fgetting-wordpress-mu-to-work-with-plesk-on-linux%2F&amp;style=normal" height="61" width="50" /><br /> </a></div><p><img src="http://jamielesouef.com/wp-content/uploads/wp2.jpg" alt="" title="wp2" width="716" height="403" class="aligncenter size-full wp-image-777" /><br /> The instructions for getting Wordpress MU to play nice on a Linux server are for the most part very good, but they do miss 1 important step when configure a Wordpress MU (and soon to be Wordpress 3.0) site on a Linux/Plesk web server.</p><p>I&#8217;m assuming you&#8217;ve already configured the wildcard CNAME (*.yourdomain.com) record in your sites DNS settings.</p><p>Once you have done that, log into your server as root (either directly or sudo user) and navigate to /var/www/vhosts/yourdomain.com /conf (replace yourdomain.com). You will have to be root or a sudo user to access this folder.</p><p>Then we get out our trusty text editor</p><div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> vhosts.conf</pre></div></div><p>Now add the following to the empty document (if the document already exists, check to make sure that the below rule is not in their and then add to the end of the file)</p><div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ServerAlias <span style="color: #000000; font-weight: bold;">*</span>.yourdomain.com</pre></div></div><p>Now all that needs to be done is</p><div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>psa<span style="color: #000000; font-weight: bold;">/</span>admin<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>websrvmng <span style="color: #660033;">--reconfigure-vhost</span> <span style="color: #660033;">--vhost-name</span>=yourdomain.com</pre></div></div><p>There you have it. If you have correctly configured each and every other step outlined in the WordpressMu FAQ then you&#8217;ll be right as rain!.</p> ]]></content:encoded> <wfw:commentRss>http://jamielesouef.com/wordpress/getting-wordpress-mu-to-work-with-plesk-on-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Permalinks on IIS &#8211; Step by Step illustrated guide</title><link>http://jamielesouef.com/web-design/permalinks-on-iis-step-by-step-illustrated-guide/</link> <comments>http://jamielesouef.com/web-design/permalinks-on-iis-step-by-step-illustrated-guide/#comments</comments> <pubDate>Mon, 06 Aug 2007 00:21:38 +0000</pubDate> <dc:creator>Jamie Le Souef</dc:creator> <category><![CDATA[Web Design]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[IIS]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Plesk]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Windows]]></category><guid isPermaLink="false">http://jamielesouef.com/2007/web-design/permalinks-on-iis-step-by-step-illustrated-guide/</guid> <description><![CDATA[Update: I forgot to mention that you need to have “Custom Error Documents” turned on. To do this in plesk, Navigate to your domains hosting page, click on “Setup” under Hosting. Scroll down to Services and select “Custom Error Documents” and then click ok. Edited &#8211; 06/08/07 2:27pmI’m going to step you through how I went [...]]]></description> <content:encoded><![CDATA[<div class="tweetmeme_button" style="margin-right: 10px; margin-top:10px; margin-bottom:10px;"> <a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjamielesouef.com%2Fweb-design%2Fpermalinks-on-iis-step-by-step-illustrated-guide%2F"><br /> <img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjamielesouef.com%2Fweb-design%2Fpermalinks-on-iis-step-by-step-illustrated-guide%2F&amp;style=normal" height="61" width="50" /><br /> </a></div><blockquote><p>Update: I forgot to mention that you need to have “Custom Error Documents” turned on. To do this in plesk, Navigate to your domains hosting page, click on “Setup” under Hosting. Scroll down to Services and select “Custom Error Documents” and then click ok.</p><p style="text-align: right">Edited &#8211; 06/08/07 2:27pm</p></blockquote><p>I’m going to step you through how I went about installing Nathan Moinvaziri’s plugin and set up Wordpress 2.2 to use Permalinks in an IIS6 enviroment with Plesk 8 installed.NOTE: This worked for me, and my hosting environment. I have no idea if it will work for everyone. I will not be held responsible for any damage you do to your blog. You have been warned.</p><p><strong>Configure Plesk</strong></p><p>Log into Plesk<br /> <img src="http://jamielesouef.com/wp-content/uploads/2007/08/plesklogin.jpg" alt="Plesk Login Screen" /></p><p>Navigate to your domains control page.</p><p><img src="http://jamielesouef.com/wp-content/uploads/2007/08/domainmanagmentscreen.jpg" alt="Domain Managment Screen" /><br /> Click on the icon “Web Directories”<br /> <img src="http://jamielesouef.com/wp-content/uploads/2007/08/webdirectoriesicon.jpg" alt="Web Directories Icon" /><br /> Click on the tab “Error Documents”<br /> <img src="http://jamielesouef.com/wp-content/uploads/2007/08/errordocumentstab.jpg" alt="Error Documents Tab Screen" /><br /> Locate the entrie that reads “404 Not Found” and click on it. You may need to navigate to the next page to see it.<br /> <img src="http://jamielesouef.com/wp-content/uploads/2007/08/404notfound.jpg" alt="404 Not Found Screen" /><br /> Drop down the “Type” box and select “URL”<br /> <img src="http://jamielesouef.com/wp-content/uploads/2007/08/urldropdown.jpg" alt="URL DROP DOWN" /><br /> In the “Location Box” type “/” (Without the quotation marks)<br /> <img src="http://jamielesouef.com/wp-content/uploads/2007/08/locationbox.jpg" alt="Location Box" /><br /> Click “Ok”</p><p>Log out of Plesk</p><p>Visit “<a href="http://www.nathanm.com/myprojects/#plugin" target="_blank">http://www.nathanm.com/myprojects/#plugin</a>” (opens in a new window)</p><p>Find the Plugin <strong>“Wordpress -</strong> <strong>Remove Index.php</strong> <strong>from Permalinks in IIS Plugin</strong>”</p><p><img src="http://jamielesouef.com/wp-content/uploads/2007/08/pluginlocation.jpg" alt="Plugin Location" /><br /> Upload the php file “removeindex.php” to your wordpress plugins directory<br /> Log into Wordpress admin.<br /> Click on “Plugins”<br /> <img src="http://jamielesouef.com/wp-content/uploads/2007/08/wordpressplugins.jpg" alt="Wordpress Plugins" /><br /> Locate the “Remove index.php” plugin and click on “Activate”</p><p><img src="http://jamielesouef.com/wp-content/uploads/2007/08/findplugin.jpg" alt="Find Plugin Screen" /><br /> Click on “Options” then “Permalinks”<br /> <img src="http://jamielesouef.com/wp-content/uploads/2007/08/options-permalinks.jpg" alt="Options - Permalinks" /><br /> Set your Permalinks Structure. First click one of the common options. Then click on the “Custom, specify below” box and remove “index.php”. I use /%year%/%category%/%postname%/ for my structure.</p><p><img src="http://jamielesouef.com/wp-content/uploads/2007/08/permalinks-struc.jpg" alt="Permalinks Structure" /><br /> Click “Update Permalinks Structure”<br /> <img src="http://jamielesouef.com/wp-content/uploads/2007/08/update.jpg" alt="Update Permalinks Structure" /><br /> And your done :D</p><p>Check to make sure that everything is working. If you have sitemaps, it’s best to re generate them and submit them to google. The old ?p=34 strings will still work though. Test everything.</p><blockquote><p> Writing <a href="http://www.actual-exams.com/70-642-practice-exam.htm">70-642</a> is easier for <a href="http://www.actual-exams.com/642-642-practice-exam.htm">642-642</a> series students who have done <a href="http://www.actual-exams.com/642-845-practice-exam.htm">642-845</a> as compared to <a href="http://www.actual-exams.com/350-018-practice-exam.htm">350-018</a> students who have not even done <a href="http://www.actual-exams.com/70-647-practice-exam.htm">70-647</a>.</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://jamielesouef.com/web-design/permalinks-on-iis-step-by-step-illustrated-guide/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: jamielesouef.com @ 2010-09-10 05:10:07 -->