<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'joomla'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=joomla&amp;orTags=0</link><description>Search results matching tag 'joomla'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Joomla on II6 - slow page load</title><link>http://forums.iis.net/p/1163225/1927268.aspx#1927268</link><pubDate>Sun, 06 Dec 2009 18:30:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1927268</guid><dc:creator>phuoctue</dc:creator><cs:applicationKey>tuning_iis--1</cs:applicationKey><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I have a Joomla based site which run on IIS 6 (Win server 2003) and connect to a MySQL database at the same physical host. Please note that this host also handle several PHP based in-house developed sites. All PHP sites are handled by the FastCGI extension.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The problem: All PHP in-house sites load and response like immediately but the Joomla based site takes time to response - approx. 10-20 seconds after a click to display the linked page. I have also tried latest Zend Optimizer for the Joomal based site only but not any better.&lt;/p&gt;&lt;p&gt;Could you advise on how to tweak the site settings so the page can load faster?I have followed all recommedned settings for PHP, IIS and FastCGI configurations.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I tried to duplicate the same site to run on Apache and it loads faster - only about 5 seconds to display a page after a command.&lt;/p&gt;&lt;p&gt;Thanks a lot.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>301 Redirects with Joomla on IIS7</title><link>http://forums.iis.net/p/1160742/1916226.aspx#1916226</link><pubDate>Tue, 08 Sep 2009 22:52:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916226</guid><dc:creator>jtalbot</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Hello, I just wanted to ask if there are any gotchas with doing 301 redirects for Joomla pages. I had setup some Joomla categories &amp;amp; articles and used a section layout, but I&amp;#39;m not happy with the navigation for various reasons and want to change that. &lt;/p&gt;
&lt;p&gt;At the same time I also want to change the URLs. Right now they show up like this: &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.global-autotrading.com/autotraded-newsletters/18-stock-advisor-group/48-day-trading-stock-picks.html"&gt;http://www.global-autotrading.com/autotraded-newsletters/18-stock-advisor-group/48-day-trading-stock-picks.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;I want this to redirect to: &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.global-autotrading.com/autotraded-newsletters/stock-advisor-group/day-trading-stock-picks.html"&gt;http://www.global-autotrading.com/autotraded-newsletters/stock-advisor-group/day-trading-stock-picks.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Of course, these pages don&amp;#39;t actually &amp;quot;exist&amp;quot; at that physical location; I just have all 3 of the SEO options in Joomla turned on, and use URL redirection in the web.config: &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rewrite&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rule name=&amp;quot;Security Rule&amp;quot; stopProcessing=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;match url=&amp;quot;^(.*)$&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;conditions logicalGrouping=&amp;quot;MatchAny&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{QUERY_STRING}&amp;quot; pattern=&amp;quot;mosConfig_[a-zA-Z_]{1,21}(=|\%3D)&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{QUERY_STRING}&amp;quot; pattern=&amp;quot;base64_encode.*\(.*\)&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{QUERY_STRING}&amp;quot; pattern=&amp;quot;(\&amp;amp;lt;|%3C).*script.*(\&amp;gt;|%3E)&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{QUERY_STRING}&amp;quot; pattern=&amp;quot;GLOBALS(=|\[|\%[0-9A-Z]{0,2})&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{QUERY_STRING}&amp;quot; pattern=&amp;quot;_REQUEST(=|\[|\%[0-9A-Z]{0,2})&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/conditions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action type=&amp;quot;CustomResponse&amp;quot; url=&amp;quot;index.php&amp;quot; statusCode=&amp;quot;403&amp;quot; statusReason=&amp;quot;Forbidden&amp;quot; statusDescription=&amp;quot;Forbidden&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rule&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rule name=&amp;quot;SEO Rule&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;match url=&amp;quot;(.*)&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;conditions logicalGrouping=&amp;quot;MatchAll&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsFile&amp;quot; negate=&amp;quot;true&amp;quot; pattern=&amp;quot;&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsDirectory&amp;quot; negate=&amp;quot;true&amp;quot; pattern=&amp;quot;&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{URL}&amp;quot; negate=&amp;quot;true&amp;quot; pattern=&amp;quot;^/index.php&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{URL}&amp;quot; pattern=&amp;quot;(/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/conditions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;index.php&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rule&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rewrite&amp;gt;&lt;/p&gt;
&lt;p&gt;|%3E)&amp;quot; input=&amp;quot;{QUERY_STRING}&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;(there&amp;#39;s some weird line that shows up&amp;nbsp;in the post: |%3E)&amp;quot; input=&amp;quot;{QUERY_STRING}&amp;quot;&amp;gt;, but I can&amp;#39;t&amp;nbsp;get rid of it, pls just ignore it)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve basically copied the above config, so I don&amp;#39;t know too much about the details. How do I combine the above with 301 redirects?&lt;/p&gt;</description></item><item><title>Re: Joomla</title><link>http://forums.iis.net/p/1159683/1912146.aspx#1912146</link><pubDate>Fri, 31 Jul 2009 03:03:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912146</guid><dc:creator>John Kisha</dc:creator><cs:applicationKey>web_application_gallery__application_developers-52</cs:applicationKey><description>&lt;p&gt;There is a form on the web site listed the first reply that has a link to a contact us form.&lt;/p&gt;
&lt;p&gt;Here is the reply I got back from them,&amp;nbsp;posted here with permission:&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;FONT-SIZE:12pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;em&gt;In reality, most other open source projects have paid staff. We do not. So we rely on our community to pitch in to achieve what they would like. Perhaps you and other professionals working with Joomla in the MS environment would like to join together to support this initiative financially or else would like to contribute developer time and know how from your firms. My understanding is that it is not a technically hard task, but simply one&amp;nbsp; that requires someone to commit their time to it.. It&amp;#39;s very hard for me to convince volunteer developers to help MS make money from their&amp;nbsp; freely contributed work. I&amp;#39;m not giving up though.&lt;br /&gt;&lt;br /&gt;Elin Waring&lt;br /&gt;President&lt;br /&gt;Open Source Matters&lt;br /&gt;Part of the Joomla! Project&lt;br /&gt;Providing a flexible platform for digital publishing and collaboration&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>how to install joomla in iis7+windows 2008+fastcgi+php+mysql environment</title><link>http://forums.iis.net/p/1156346/1898241.aspx#1898241</link><pubDate>Thu, 26 Mar 2009 05:46:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1898241</guid><dc:creator>necropal_co</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>sir,
im installing joomla using the steps in this website &amp;quot;http://learn.iis.net/page.aspx/527/joomla-on-iis/&amp;quot; however i dont know how to do this portion...


Grant write permissions on configuration file

Joomla uses configuration file called configuration.php in order to store key configuration settings. Before running the installer you need to create this file to  give the web server write privileges to the new file. Joomla&amp;#39;s installer will modify the configuration.php file as needed with the details you provide during the installation process.

After creating the new file you can assign write permissions to it with the command (from the installation directory):

C:\inetpub\wwwroot\Joomla&amp;gt;icacls configuration.php /grant BUILTIN\IIS_IUSRS:(M)




Grant write permissions to tmp folder

Joomla uses the tmp folder to store temporary files. Because of that it needs to be able to write and modify files in this folder. To enable that, grant modify permissions to this folder:

C:\inetpub\wwwroot\Joomla&amp;gt;icacls tmp /grant BUILTIN\IIS_IUSRS:(OI)(CI)(M)


</description></item><item><title>Re: How to know for sure if FastCGI is being used to run php scripts</title><link>http://forums.iis.net/p/1155738/1895763.aspx#1895763</link><pubDate>Thu, 05 Mar 2009 18:05:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895763</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;In your test you did not use url rewriting. If you used URL rewriting then the REQUEST_URI would contain the rewritten URL. You can confirm that by creating this simple rewrite rule:&lt;/p&gt;
&lt;p&gt;&amp;lt;rewrite&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rule name=&amp;quot;test&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;match url=&amp;quot;foo\.html&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;phpinfo.php&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rule&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rules&amp;gt;&lt;br /&gt;&amp;lt;/rewrite&amp;gt;&lt;/p&gt;
&lt;p&gt;Then request &lt;a href="http://yoursite.com/foo.html"&gt;http://yoursite.com/foo.html&lt;/a&gt;&amp;nbsp;and check what&amp;#39;s the value of $_SERVER[&amp;quot;REQUEST_URI&amp;quot;]. You will see that the value is &amp;quot;/phpinfo.php&amp;quot;. For Joomla SEO to work&amp;nbsp;the value&amp;nbsp;needs to be &amp;quot;/foo.html&amp;quot;.&lt;/p&gt;
&lt;p&gt;I am not sure I understand the reason for not supporting FastCGI. The answer is too generic.&amp;nbsp;FastCGI works fine when there are separate application pools for each site. It is actually the recommended way of using FastCGI in shared hosting enviornment.&lt;/p&gt;</description></item><item><title>Re: How to know for sure if FastCGI is being used to run php scripts</title><link>http://forums.iis.net/p/1155738/1895695.aspx#1895695</link><pubDate>Thu, 05 Mar 2009 00:54:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895695</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Using ISAPI will still cause incompatibility issues when you use URL Rewriter to enable SEO&amp;nbsp;URL&amp;#39;s in joomla. The problem is that when you use URL Rewriter the ISAPI will set REQUEST_URI to contain the rewritten url, which, according to the Joomla rewrite rule, will always be &lt;strong&gt;index.php&lt;/strong&gt;. Joomla uses that server variable to figure out which page to serve&amp;nbsp;so it ends up&amp;nbsp;always showing the home page for any URL you requested.&lt;/p&gt;
&lt;p&gt;If you use FastCGI then Joomla SEO functionality should work properly because FastCGI module will set the REQUEST_URI correctly, i.e. to contain the original URL before any rewriting happened.&lt;/p&gt;</description></item><item><title>How to know for sure if FastCGI is being used to run php scripts</title><link>http://forums.iis.net/p/1155738/1895566.aspx#1895566</link><pubDate>Wed, 04 Mar 2009 02:23:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895566</guid><dc:creator>jtalbot</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a hosted site and I&amp;#39;m having trouble configuring Joomla (running Joomla + php + mySQL on IIS7 + win server 2008). I have a similar configuration running on a local machine (Joomla + php + mySQL on IIS7 + vista x64), so I was at least able to follow instructions showed in various tutorials on how to set this up.&lt;/p&gt;
&lt;p&gt;This symptom with the hosted site is that I can&amp;#39;t turn on any SEO settings in Joomla (not even the first setting, &amp;quot;Search Engine Friendly URLs&amp;quot;). I get either 404 (file not found) or the URL appears correctly rewritten but it&amp;#39;s always the home page&amp;#39;s content that is displayed. I had a similar issue on my home machine and it turns out to have been because I wasn&amp;#39;t using FastCGI to host php, so I decided to investigate that on the hosted site.&lt;/p&gt;
&lt;p&gt;Anyway, I noticed in the web.config file of the directory hosting joomla on the hosted site the following line:&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;Plesk_Handler_3522909676&amp;quot; path=&amp;quot;*.php&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;IsapiModule&amp;quot; scriptProcessor=&amp;quot;c:\program files (x86)\parallels\plesk\additional\pleskphp5\php5isapi.dll&amp;quot; resourceType=&amp;quot;Either&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;From past experience, I know that php has some issues when not running&amp;nbsp;under fastCGI. I noticed the web.config in the root folder used the following line instead:&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;Plesk_Handler_0286090609&amp;quot; path=&amp;quot;*.php&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;CgiModule&amp;quot; scriptProcessor=&amp;quot;c:\program files (x86)\parallels\plesk\additional\pleskphp5\php-cgi.exe&amp;quot; resourceType=&amp;quot;Either&amp;quot; /&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I copied that in the web.config in the joomla directory, and got different behavior... but still not working. If I&amp;nbsp;load a .php file in the joomla directory that runs phpInfo(), under &lt;span class="Apple-style-span" style="WORD-SPACING:0px;FONT:bold 12px -webkit-sans-serif;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:collapse;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;Server API it says &lt;span class="Apple-style-span" style="WORD-SPACING:0px;FONT:12px -webkit-sans-serif;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:collapse;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;CGI/FastCGI . Is that &lt;strong&gt;positive confirmation&lt;/strong&gt; that FastCGI is being used? Why does the handler in the web config point to &lt;font size="2"&gt;modules=&amp;quot;CgiModule&amp;quot; instead of modules=&amp;quot;FastCgiModule&amp;quot; (I&amp;#39;m not even sure that exists, but I just find the mention of CgiModule suspicious).&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span" style="WORD-SPACING:0px;FONT:bold 12px -webkit-sans-serif;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:collapse;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;&lt;span class="Apple-style-span" style="WORD-SPACING:0px;FONT:12px -webkit-sans-serif;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:collapse;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;&lt;font size="2"&gt;It&amp;#39;s a hosted site, so as far as I know I don&amp;#39;t have access to &lt;span class="Apple-style-span" style="WORD-SPACING:0px;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:separate;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;ApplicationHost.config&lt;/span&gt; file...&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: joomla</title><link>http://forums.iis.net/p/1155142/1893065.aspx#1893065</link><pubDate>Wed, 11 Feb 2009 18:42:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1893065</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Try this instead:&lt;/p&gt;
&lt;p&gt;open_basedir = &amp;quot;\\hb1411\iisstorage\web;c:\windows\temp;/tmp&amp;quot;&amp;nbsp; . This worked for me.&lt;/p&gt;</description></item><item><title>Re: joomla</title><link>http://forums.iis.net/p/1155142/1892952.aspx#1892952</link><pubDate>Tue, 10 Feb 2009 19:43:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1892952</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;It looks like Joomla tries to check folder &amp;quot;/tmp&amp;quot; at the file system root. Since the open_basedir does not allow access to that location the warning occurs. The easiest way to fix that I think is to add the &amp;quot;C:\tmp&amp;quot; to the open_basedir, e.g.:&lt;/p&gt;
&lt;p&gt;open_basedir =&amp;nbsp;\\hb1411\iisstorage\web;c:\windows\temp;c:\tmp&lt;/p&gt;
&lt;p&gt;Note, that you do not actually have to have this directory on a file system as Joomla will fall back to configured session directory if it cannot write to tmp folder.&lt;/p&gt;</description></item><item><title>IIS and Joomla security question</title><link>http://forums.iis.net/p/1154821/1891967.aspx#1891967</link><pubDate>Mon, 02 Feb 2009 13:25:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1891967</guid><dc:creator>iivanov</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;I am porting a Joomla site on Apache to a new server with w2k3 and IIS 6.&lt;/p&gt;&lt;p&gt;Everything seems ok, I have PHP, MySql and Joomla 1.0.15  running, but...&lt;/p&gt;&lt;p&gt;I have tried to check if everything is ok with Joomla HISA, but no matter what security I set on the folders I always get that configuration.ph is writable, and all of the folders have 777 (world writable) permission.&lt;/p&gt;&lt;p&gt;The permissions for the root folder of the site are:&lt;br /&gt;Administrators full access &lt;br /&gt;IUSR_COMP Read&amp;amp;Execute, List, Read&lt;/p&gt;&lt;p&gt;and for the configuration.php:&lt;br /&gt;Administrators full access&lt;br /&gt;IUSR_COMP Read&amp;amp;Execute, Read&lt;/p&gt;&lt;p&gt;What am I doing wrong?&lt;/p&gt;&lt;p&gt;Thanks &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>