<?xml version="1.0"?><!-- generator="b2evolution/0.9.0.12" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>ZWS Online Support - Last comments</title>
		<link>http://support.zeus.com/zws?disp=comments</link>
		<description></description>
		<language>en-UK</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=0.9.0.12"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Sun, 08 Jun 2008 02:32:19 +0000</pubDate>
			<guid isPermaLink="false">c27@http://support.zeus.com/zws</guid>
         <dc:creator>Cameron</dc:creator>
			<description>I have Joomla 1.0.10 running on Netregistry's Zeus web server, with ArtioSEF component installed. I followed Justin's comment above, and found the same problem with the admin console. I fixed it by adding a couple of lines to the top and bottom of his code:

match URL into $ with (/administrator/)
if not matched then
map path into SCRATCH:path from %{URL}
look for file at %{SCRATCH:path}
if not exists then look for dir at %{SCRATCH:path}
if not exists then set URL = /index.php
endif

</description>
			<content:encoded><![CDATA[I have Joomla 1.0.10 running on Netregistry's Zeus web server, with ArtioSEF component installed. I followed Justin's comment above, and found the same problem with the admin console. I fixed it by adding a couple of lines to the top and bottom of his code:<br />
<br />
match URL into $ with (/administrator/)<br />
if not matched then<br />
map path into SCRATCH:path from %{URL}<br />
look for file at %{SCRATCH:path}<br />
if not exists then look for dir at %{SCRATCH:path}<br />
if not exists then set URL = /index.php<br />
endif<br />
<br />
]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c27</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Fri, 25 Apr 2008 14:24:25 +0000</pubDate>
			<guid isPermaLink="false">c25@http://support.zeus.com/zws</guid>
         <dc:creator>Fitzxp</dc:creator>
			<description>Is there by any chance someone out there whom would know if this can be achieved when using caucho Resin 3.x Services? I am trying to pull off SEO friendly urls but have not been successful with this process yet. Any help would be very much welcomed.</description>
			<content:encoded><![CDATA[Is there by any chance someone out there whom would know if this can be achieved when using caucho Resin 3.x Services? I am trying to pull off SEO friendly urls but have not been successful with this process yet. Any help would be very much welcomed.]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c25</link>
		</item>
				<item>
			<title>In response to: PHP: Hypertext Preprocessor</title>
			<pubDate>Thu, 10 Apr 2008 05:34:57 +0000</pubDate>
			<guid isPermaLink="false">c24@http://support.zeus.com/zws</guid>
         <dc:creator>test</dc:creator>
			<description>Under FreeBSD7,when use

fcgirunner --addr=127.0.0.1 2008 /usr/local/bin/php-cgi  
then come out with fllowing error:
                                     
bind( 127.0.0.1:2008 ): Can't assign requested addres</description>
			<content:encoded><![CDATA[Under FreeBSD7,when use<br />
<br />
fcgirunner --addr=127.0.0.1 2008 /usr/local/bin/php-cgi  <br />
then come out with fllowing error:<br />
                                     <br />
bind( 127.0.0.1:2008 ): Can't assign requested addres]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2005/11/08/php_info#c24</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Mon, 18 Feb 2008 16:03:35 +0000</pubDate>
			<guid isPermaLink="false">c23@http://support.zeus.com/zws</guid>
         <dc:creator>Justin</dc:creator>
			<description>Sorry forgot to mention it does create relevant urls.

content/news.php</description>
			<content:encoded><![CDATA[Sorry forgot to mention it does create relevant urls.<br />
<br />
content/news.php]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c23</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Mon, 18 Feb 2008 16:00:15 +0000</pubDate>
			<guid isPermaLink="false">c22@http://support.zeus.com/zws</guid>
         <dc:creator>Justin</dc:creator>
			<description>I reluctantly set up one of my client websites on a zues server with netregistry. The re-write script you just mentioned is the only one i can get to work. I also use ARTIO Joomsef.

map path into SCRATCH:path from %{URL}
look for file at %{SCRATCH:path}
if not exists then look for dir at %{SCRATCH:path}
if not exists then set URL = /index.php

Firstly - enable the script last.

1. enable ARTIO Joomsef
2. switch SEO on in config
3. enable re-write script in zeus admin

I only noticed one problem with this though.. can't login to administrator when script is enabled. so disable, then log back into administrator and turn seo off in config to do any changes, then switch on again and ENAbLE re-write script.</description>
			<content:encoded><![CDATA[I reluctantly set up one of my client websites on a zues server with netregistry. The re-write script you just mentioned is the only one i can get to work. I also use ARTIO Joomsef.<br />
<br />
map path into SCRATCH:path from %{URL}<br />
look for file at %{SCRATCH:path}<br />
if not exists then look for dir at %{SCRATCH:path}<br />
if not exists then set URL = /index.php<br />
<br />
Firstly - enable the script last.<br />
<br />
1. enable ARTIO Joomsef<br />
2. switch SEO on in config<br />
3. enable re-write script in zeus admin<br />
<br />
I only noticed one problem with this though.. can't login to administrator when script is enabled. so disable, then log back into administrator and turn seo off in config to do any changes, then switch on again and ENAbLE re-write script.]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c22</link>
		</item>
				<item>
			<title>In response to: Redirecting clients to Alternate Pages</title>
			<pubDate>Fri, 18 Jan 2008 00:45:39 +0000</pubDate>
			<guid isPermaLink="false">c21@http://support.zeus.com/zws</guid>
         <dc:creator>Teenager</dc:creator>
			<description>Mike use Aliases : Aliases are a way of specifying 'alternative web addresses' for a website. Specify a list of additional host names for this website, separated by spaces. www.domain.com</description>
			<content:encoded><![CDATA[Mike use Aliases : Aliases are a way of specifying 'alternative web addresses' for a website. Specify a list of additional host names for this website, separated by spaces. www.domain.com]]></content:encoded>
			<link>http://support.zeus.com/zws/examples/2006/03/07/rewrite_redirecting#c21</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Thu, 17 Jan 2008 10:36:05 +0000</pubDate>
			<guid isPermaLink="false">c20@http://support.zeus.com/zws</guid>
         <dc:creator>Rob</dc:creator>
			<description>Hi,

I have tried the same.

I recently received had an email from JoomSEF that said - 

"There is no such documentation. We have never tested
JoomSEF with Zeus, only Apache and IIS are officially supported.
Sp as regards Zeus server, you are on your own. Sorry."

Unless there is documentation I would host your Joomla site on Apache.

</description>
			<content:encoded><![CDATA[Hi,

I have tried the same.

I recently received had an email from JoomSEF that said - 

"There is no such documentation. We have never tested
JoomSEF with Zeus, only Apache and IIS are officially supported.
Sp as regards Zeus server, you are on your own. Sorry."

Unless there is documentation I would host your Joomla site on Apache.

]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c20</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Wed, 16 Jan 2008 12:35:48 +0000</pubDate>
			<guid isPermaLink="false">c19@http://support.zeus.com/zws</guid>
         <dc:creator>Jim</dc:creator>
			<description>This is all good info. I have got my url's to look like this 'http://www.abc.com/content/view/35/12' using the code above. Thankyou.

My problem is getting the url's to look like this 'http://www.abc.com/content/news.html', as is achieved using 3rd party components such as ARTIO Joomsef and sh404SEF running on apache servers.

I think this is important as it has a url that makes sense and ranks higher that the standard re-write.

Mark, for Joomsef, you mentioned to try removing the if match condition. So the Request Rewriting looks like this:

map path into SCRATCH:path from %{URL}
look for file at %{SCRATCH:path}
if not exists then look for dir at %{SCRATCH:path}
if not exists then set URL = /index.php

I can't get it to work.
Both ARTIO Joomsef and sh404SEF ask for a .htaccess file, do you know how I should configure it? 

I can't find any support or anyone that knows how to achieved this. It would be worth while having this in you documentation.

I really don't want to go back to apache.

Thanks in advance

Jim


</description>
			<content:encoded><![CDATA[This is all good info. I have got my url's to look like this 'http://www.abc.com/content/view/35/12' using the code above. Thankyou.<br />
<br />
My problem is getting the url's to look like this 'http://www.abc.com/content/news.html', as is achieved using 3rd party components such as ARTIO Joomsef and sh404SEF running on apache servers.<br />
<br />
I think this is important as it has a url that makes sense and ranks higher that the standard re-write.<br />
<br />
Mark, for Joomsef, you mentioned to try removing the if match condition. So the Request Rewriting looks like this:<br />
<br />
map path into SCRATCH:path from %{URL}<br />
look for file at %{SCRATCH:path}<br />
if not exists then look for dir at %{SCRATCH:path}<br />
if not exists then set URL = /index.php<br />
<br />
I can't get it to work.<br />
Both ARTIO Joomsef and sh404SEF ask for a .htaccess file, do you know how I should configure it? <br />
<br />
I can't find any support or anyone that knows how to achieved this. It would be worth while having this in you documentation.<br />
<br />
I really don't want to go back to apache.<br />
<br />
Thanks in advance<br />
<br />
Jim<br />
<br />
<br />
]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c19</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Tue, 04 Dec 2007 10:09:36 +0000</pubDate>
			<guid isPermaLink="false">c18@http://support.zeus.com/zws</guid>
         <dc:creator>Brendan</dc:creator>
			<description>Joomla 1.5 actually has a module to avoid the need for .htaccess. Activate it in Global Configuration.</description>
			<content:encoded><![CDATA[Joomla 1.5 actually has a module to avoid the need for .htaccess. Activate it in Global Configuration.]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c18</link>
		</item>
				<item>
			<title>In response to: Redirecting clients to Alternate Pages</title>
			<pubDate>Thu, 15 Nov 2007 08:00:17 +0000</pubDate>
			<guid isPermaLink="false">c17@http://support.zeus.com/zws</guid>
         <dc:creator>MIke</dc:creator>
			<description>Hi

How do you do a permanent redirect from http://domain.com to http://www.domain.com? I need to do this so that search engines don't index my site twice.

Thanks
Mike</description>
			<content:encoded><![CDATA[Hi<br />
<br />
How do you do a permanent redirect from http://domain.com to http://www.domain.com? I need to do this so that search engines don't index my site twice.<br />
<br />
Thanks<br />
Mike]]></content:encoded>
			<link>http://support.zeus.com/zws/examples/2006/03/07/rewrite_redirecting#c17</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Mon, 13 Aug 2007 18:21:42 +0000</pubDate>
			<guid isPermaLink="false">c16@http://support.zeus.com/zws</guid>
         <dc:creator>James Vadas</dc:creator>
			<description>Hello there,

Will this conversion also work with Joomla 1.5?

I am needing to choose between 1 and 1.5, but if i can't put it on Zeus, then i'll need to go v1.

Thanks in advance,

James.</description>
			<content:encoded><![CDATA[Hello there,<br />
<br />
Will this conversion also work with Joomla 1.5?<br />
<br />
I am needing to choose between 1 and 1.5, but if i can't put it on Zeus, then i'll need to go v1.<br />
<br />
Thanks in advance,<br />
<br />
James.]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c16</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Wed, 23 May 2007 11:58:46 +0000</pubDate>
			<guid isPermaLink="false">c15@http://support.zeus.com/zws</guid>
         <dc:creator>Donovan</dc:creator>
			<description>G'Day,

- I was wondering if anyone had any ZEUS Dynamic Control files they created from the Joomla 1.0.12 or 1.5 Beta 2 htaccess.txt file that is shipped with Joomla that would be prepared to share?
- I am struggling to get this going as I am a newbie to ZEUS having been with Apache for a long time.

TIA</description>
			<content:encoded><![CDATA[G'Day,<br />
<br />
- I was wondering if anyone had any ZEUS Dynamic Control files they created from the Joomla 1.0.12 or 1.5 Beta 2 htaccess.txt file that is shipped with Joomla that would be prepared to share?<br />
- I am struggling to get this going as I am a newbie to ZEUS having been with Apache for a long time.<br />
<br />
TIA]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c15</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Thu, 05 Apr 2007 15:08:33 +0000</pubDate>
			<guid isPermaLink="false">c14@http://support.zeus.com/zws</guid>
         <dc:creator>Mark Boddington [Zeus Systems Engineering]</dc:creator>
			<description>Hi Jude,

I haven't tested this, but I read through the JoomSEF documentation quickly and I think all you need to do is remove the if match condition. So it looks like this:

map path into SCRATCH:path from %{URL}
look for file at %{SCRATCH:path}
if not exists then look for dir at %{SCRATCH:path}
if not exists then set URL = /index.php

Good Luck :-)</description>
			<content:encoded><![CDATA[Hi Jude,<br />
<br />
I haven't tested this, but I read through the JoomSEF documentation quickly and I think all you need to do is remove the if match condition. So it looks like this:<br />
<br />
map path into SCRATCH:path from %{URL}<br />
look for file at %{SCRATCH:path}<br />
if not exists then look for dir at %{SCRATCH:path}<br />
if not exists then set URL = /index.php<br />
<br />
Good Luck :-)]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c14</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Tue, 03 Apr 2007 06:00:08 +0000</pubDate>
			<guid isPermaLink="false">c13@http://support.zeus.com/zws</guid>
         <dc:creator>Jude Novak</dc:creator>
			<description>Hi Mark,

You're a life saver.  This worked great with my site.  I was just wondering if you could go one step further and let me know how I could use the ARTIO Joomsef 3rd party component with these rewrite rules.  

Thanks

Jude </description>
			<content:encoded><![CDATA[Hi Mark,<br />
<br />
You're a life saver.  This worked great with my site.  I was just wondering if you could go one step further and let me know how I could use the ARTIO Joomsef 3rd party component with these rewrite rules.  <br />
<br />
Thanks<br />
<br />
Jude ]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c13</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Thu, 22 Feb 2007 13:06:56 +0000</pubDate>
			<guid isPermaLink="false">c12@http://support.zeus.com/zws</guid>
         <dc:creator>Mark Boddington [Zeus Systems Engineering]</dc:creator>
			<description>Hi Eric,

From the ZWS admin interface you would select the virtual server you are using with Joomla and then click the configure button. Next, navigate to "URL Handling" -> "Request Rewriting". You will then need to enable the rewrite engine and cut/paste the code above into the "Rewrite Script" input box and click "Apply Changes".

Hope that helps.

Mark
</description>
			<content:encoded><![CDATA[Hi Eric,<br />
<br />
From the ZWS admin interface you would select the virtual server you are using with Joomla and then click the configure button. Next, navigate to "URL Handling" -> "Request Rewriting". You will then need to enable the rewrite engine and cut/paste the code above into the "Rewrite Script" input box and click "Apply Changes".<br />
<br />
Hope that helps.<br />
<br />
Mark<br />
]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c12</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Wed, 14 Feb 2007 17:19:27 +0000</pubDate>
			<guid isPermaLink="false">c11@http://support.zeus.com/zws</guid>
         <dc:creator>Eric Kaps</dc:creator>
			<description>Mark,

Do you have any more information on this, perhaps at a level Joomla newbies/not-very-advanced-web-developers could understand?

Specifically, how does one do this: "These rules should be added to the "Request Rewriting" section of your virtual server."

Thanks

"Wondering whether switching to an Apache host would be simpler?"</description>
			<content:encoded><![CDATA[Mark,<br />
<br />
Do you have any more information on this, perhaps at a level Joomla newbies/not-very-advanced-web-developers could understand?<br />
<br />
Specifically, how does one do this: "These rules should be added to the "Request Rewriting" section of your virtual server."<br />
<br />
Thanks<br />
<br />
"Wondering whether switching to an Apache host would be simpler?"]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c11</link>
		</item>
				<item>
			<title>In response to: Zope</title>
			<pubDate>Wed, 29 Nov 2006 21:08:34 +0000</pubDate>
			<guid isPermaLink="false">c10@http://support.zeus.com/zws</guid>
         <dc:creator>Joshua Aaron</dc:creator>
			<description>Zope is now at 2.10.1 and since 2.9.0 beta 1 the use of FastCGI is officialy deprecated. Zope recommends using mod_proxy instead. Can this page please be updated to tell us exactly how to use the newer versions of Zope with Zeus?</description>
			<content:encoded><![CDATA[Zope is now at 2.10.1 and since 2.9.0 beta 1 the use of FastCGI is officialy deprecated. Zope recommends using mod_proxy instead. Can this page please be updated to tell us exactly how to use the newer versions of Zope with Zeus?]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2005/12/16/zope#c10</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Mon, 13 Nov 2006 20:05:29 +0000</pubDate>
			<guid isPermaLink="false">c9@http://support.zeus.com/zws</guid>
         <dc:creator>Mark Boddington [Zeus Systems Engineering]</dc:creator>
			<description>These rules should be added to the "Request Rewriting" section of your virtual server.</description>
			<content:encoded><![CDATA[These rules should be added to the "Request Rewriting" section of your virtual server.]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c9</link>
		</item>
				<item>
			<title>In response to: Joomla Search Engine Optimization (SEO)</title>
			<pubDate>Thu, 09 Nov 2006 19:14:43 +0000</pubDate>
			<guid isPermaLink="false">c8@http://support.zeus.com/zws</guid>
         <dc:creator>James</dc:creator>
			<description>Where do I use this ?? Used to using apache and hence .htaccess, just wondering where to paste this text in order to get the joomla seo to work !! 

Cheers</description>
			<content:encoded><![CDATA[Where do I use this ?? Used to using apache and hence .htaccess, just wondering where to paste this text in order to get the joomla seo to work !! <br />
<br />
Cheers]]></content:encoded>
			<link>http://support.zeus.com/zws/integration/2006/10/31/joomla_search_engine_optimization_seo#c8</link>
		</item>
				<item>
			<title>In response to: Can you chroot the Microsoft FrontPage extensions?</title>
			<pubDate>Thu, 15 Jun 2006 17:03:15 +0000</pubDate>
			<guid isPermaLink="false">c7@http://support.zeus.com/zws</guid>
         <dc:creator>Stuart Shelton [Zeus Support]</dc:creator>
			<description>A better way to determine which libraries your chroot gaol needs within it is with the following commands:

find /web/usr/local/frontpage -type f -perm +111 -exec ldd {} 2>/dev/null \; | cut -d "^I" -f 2 | cut -d " " -f 1 | sort | uniq

... where the '^I' character is generated by hitting ctrl+v then ctrl+tab.

This will list all of the libraries required, one per line.  Only these libraries need be copied into the gaol.</description>
			<content:encoded><![CDATA[A better way to determine which libraries your chroot gaol needs within it is with the following commands:<br />
<br />
<code>find /web/usr/local/frontpage -type f -perm +111 -exec ldd {} 2>/dev/null \; | cut -d "^I" -f 2 | cut -d " " -f 1 | sort | uniq</code><br />
<br />
... where the '<code>^I</code>' character is generated by hitting <code>ctrl+v</code> then <code>ctrl+tab</code>.<br />
<br />
This will list all of the libraries required, one per line.  Only these libraries need be copied into the gaol.]]></content:encoded>
			<link>http://support.zeus.com/zws/faqs/2006/06/15/fp_chroot#c7</link>
		</item>
			</channel>
</rss>
