<?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>fragmente &#187; TYPO3</title>
	<atom:link href="http://blog.team-noir.net/tag/typo3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.team-noir.net</link>
	<description>team noir blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 15:04:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>mixed TYPO3 &amp; TypoScript Snippets Vol. 3</title>
		<link>http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/</link>
		<comments>http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/#comments</comments>
		<pubDate>Tue, 24 May 2011 09:53:01 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=465</guid>
		<description><![CDATA[some nice typoscript snippets for everybody &#38; TYPO3 configuration hints show some tt_content via typoscript object on every place you want: lib.tsobject = RECORDS lib.tsobject{   tables = tt_content    source = content id } activate BE-compressing: Compressing resource files will save bandwidth and so improve loading speed especially for users with slower internet connections. [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/08/mixed-typoscript-snippets-vol-2/' rel='bookmark' title='mixed TypoScript Snippets Vol. 2'>mixed TypoScript Snippets Vol. 2</a></li>
<li><a href='http://blog.team-noir.net/2010/08/mixed-typoscript-snippets-vol-1/' rel='bookmark' title='mixed TypoScript Snippets Vol. 1'>mixed TypoScript Snippets Vol. 1</a></li>
<li><a href='http://blog.team-noir.net/2009/05/how-to-sort-the-typoscript-template/' rel='bookmark' title='How to &#8230; sort the Typoscript Template'>How to &#8230; sort the Typoscript Template</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>some nice typoscript snippets for everybody &amp; TYPO3 configuration hints</p>
<p><span id="more-465"></span></p>
<p><strong>show some tt_content via typoscript</strong> object on every place you want:</p>
<pre>lib.tsobject = RECORDS
lib.tsobject{
  tables = tt_content
   source = <em>content id</em>
}
</pre>
<p><strong>activate BE-compressing:</strong></p>
<p>Compressing resource files will save bandwidth and so improve loading speed especially for users<br />
with slower internet connections. TYPO3 can compress the .js and .css files for you.</p>
<p><em>localconf.php:</em></p>
<pre>$TYPO3_CONF_VARS['BE']['compressionLevel'] = '9';</pre>
<p><em>.htaccess:</em></p>
<pre>&lt;FilesMatch "\.js\.gzip$"&gt;
    AddType "text/javascript" .gzip
&lt;/FilesMatch&gt;
&lt;FilesMatch "\.css\.gzip$"&gt;
    AddType "text/css" .gzip
&lt;/FilesMatch&gt;
AddEncoding gzip .gzip</pre>
<p><strong>show page-id&#8217;s in BE</strong>, type the following lines into the BE-USER-TS oder BE-USERGROUP-TS:</p>
<pre>options.pageTree.showPageIdWithTitle=1</pre>
<p><strong>automatically fill out author</strong> in BE (tt_news &amp; pages):</p>
<pre>TCAdefaults.pages.author :=author_return(realName)
TCAdefaults.tt_news.author :=author_return(realName)</pre>
<p>That&#8217;s all for today &#8211; have fun!</p>
<p>TYPO3 inspiring people to share</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/08/mixed-typoscript-snippets-vol-2/' rel='bookmark' title='mixed TypoScript Snippets Vol. 2'>mixed TypoScript Snippets Vol. 2</a></li>
<li><a href='http://blog.team-noir.net/2010/08/mixed-typoscript-snippets-vol-1/' rel='bookmark' title='mixed TypoScript Snippets Vol. 1'>mixed TypoScript Snippets Vol. 1</a></li>
<li><a href='http://blog.team-noir.net/2009/05/how-to-sort-the-typoscript-template/' rel='bookmark' title='How to &#8230; sort the Typoscript Template'>How to &#8230; sort the Typoscript Template</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3 4.5 &#8211; sendmail on Host Europe Server</title>
		<link>http://blog.team-noir.net/2011/03/typo3-4-5-sendmail-on-host-europe-server/</link>
		<comments>http://blog.team-noir.net/2011/03/typo3-4-5-sendmail-on-host-europe-server/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 21:55:01 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[install tool]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=453</guid>
		<description><![CDATA[Hi. With the new TYPO3 Version 4.5 a new problem appears &#8230; damn. No more sendmail function, no testmail (install tool), no mail from contact-forms &#8230; Here is the solution: Change in localconf.php $TYPO3_CONF_VARS['MAIL']['transport'] = 'mail'; $TYPO3_CONF_VARS['MAIL']['transport_sendmail_command'] = '/usr/sbin/sendmail -bs' to $TYPO3_CONF_VARS['MAIL']['transport'] = 'sendmail'; $TYPO3_CONF_VARS['MAIL']['transport_sendmail_command'] = '/usr/sbin/sendmail -t -f mail@domain.com'; Of course you need a [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2012/01/how-to-use-ssl-and-ssl-proxy-on-host-europe-via-htaccess-with-typo3/' rel='bookmark' title='How to &#8230; use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3'>How to &#8230; use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2011/07/how-to-autoupdate-wordpress-hosted-at-host-europe/' rel='bookmark' title='How to autoupdate WordPress hosted at Host Europe'>How to autoupdate WordPress hosted at Host Europe</a></li>
<li><a href='http://blog.team-noir.net/2009/09/how-to-add-metatags-to-typo3-website/' rel='bookmark' title='How to &#8230; add metatags to TYPO3 website'>How to &#8230; add metatags to TYPO3 website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hi.</p>
<p>With the new TYPO3 Version 4.5 a new problem appears &#8230; damn.</p>
<p>No more sendmail function, no testmail (install tool), no mail from contact-forms &#8230;</p>
<p><span id="more-453"></span></p>
<p>Here is the solution: <em>Change in localconf.php</em></p>
<pre>$TYPO3_CONF_VARS['MAIL']['transport'] = 'mail';
$TYPO3_CONF_VARS['MAIL']['transport_sendmail_command'] = '/usr/sbin/sendmail -bs'</pre>
<p>to</p>
<pre>$TYPO3_CONF_VARS['MAIL']['transport'] = 'sendmail';
$TYPO3_CONF_VARS['MAIL']['transport_sendmail_command'] = '/usr/sbin/sendmail -t -f mail@domain.com';</pre>
<p>Of course you need a valid email address!</p>
<p>That&#8217;s all &#8211; it works!</p>
<p>further information:</p>
<ul>
<li><a href="# http://jweiland.net/typo3/versionen/version-45.html">http://jweiland.net/typo3/versionen/version-45.html</a></li>
<li><a href="# http://faq.hosteurope.de/index.php?cpid=11073">http://faq.hosteurope.de/index.php?cpid=11073</a></li>
</ul>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2012/01/how-to-use-ssl-and-ssl-proxy-on-host-europe-via-htaccess-with-typo3/' rel='bookmark' title='How to &#8230; use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3'>How to &#8230; use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2011/07/how-to-autoupdate-wordpress-hosted-at-host-europe/' rel='bookmark' title='How to autoupdate WordPress hosted at Host Europe'>How to autoupdate WordPress hosted at Host Europe</a></li>
<li><a href='http://blog.team-noir.net/2009/09/how-to-add-metatags-to-typo3-website/' rel='bookmark' title='How to &#8230; add metatags to TYPO3 website'>How to &#8230; add metatags to TYPO3 website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2011/03/typo3-4-5-sendmail-on-host-europe-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>mixed TypoScript Snippets Vol. 2</title>
		<link>http://blog.team-noir.net/2010/08/mixed-typoscript-snippets-vol-2/</link>
		<comments>http://blog.team-noir.net/2010/08/mixed-typoscript-snippets-vol-2/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 15:36:07 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=419</guid>
		<description><![CDATA[New stuff, just copy&#38;paste Today i present: Disable  Flexform Elements from tt_news: paste into PageTS: TCEFORM.tt_news.datetime.disabled = 0 TCEFORM.tt_news.editlock.disabled = 1 TCEFORM.tt_news.image.disabled = 0 TCEFORM.tt_news.imagecaption.disabled = 1 TCEFORM.tt_news.imagealttext.disabled = 1 TCEFORM.tt_news.imagetitletext.disabled = 0 TCEFORM.tt_news.related.disabled = 1 TCEFORM.tt_news.short.disabled = 1 TCEFORM.tt_news.bodytext.disabled = 0 TCEFORM.tt_news.author.disabled = 0 TCEFORM.tt_news.author_email.disabled = 1 TCEFORM.tt_news.news_files.disabled = 1 TCEFORM.tt_news.links.disabled = 0 TCEFORM.tt_news.keywords.disabled [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/' rel='bookmark' title='mixed TYPO3 &amp; TypoScript Snippets Vol. 3'>mixed TYPO3 &#038; TypoScript Snippets Vol. 3</a></li>
<li><a href='http://blog.team-noir.net/2010/08/mixed-typoscript-snippets-vol-1/' rel='bookmark' title='mixed TypoScript Snippets Vol. 1'>mixed TypoScript Snippets Vol. 1</a></li>
<li><a href='http://blog.team-noir.net/2011/01/css3-snippets-for-every-day-border-radius-gradient-shadow/' rel='bookmark' title='css3 snippets for every day: border-radius, gradient, shadow, &#8230;'>css3 snippets for every day: border-radius, gradient, shadow, &#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>New stuff, just copy&amp;paste <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Today i present:</p>
<p><span id="more-419"></span></p>
<h4>Disable  Flexform Elements from tt_news:</h4>
<p>paste into PageTS:</p>
<pre>TCEFORM.tt_news.datetime.disabled = 0
TCEFORM.tt_news.editlock.disabled = 1
TCEFORM.tt_news.image.disabled = 0
TCEFORM.tt_news.imagecaption.disabled = 1
TCEFORM.tt_news.imagealttext.disabled = 1
TCEFORM.tt_news.imagetitletext.disabled = 0
TCEFORM.tt_news.related.disabled = 1
TCEFORM.tt_news.short.disabled = 1
TCEFORM.tt_news.bodytext.disabled = 0
TCEFORM.tt_news.author.disabled = 0
TCEFORM.tt_news.author_email.disabled = 1
TCEFORM.tt_news.news_files.disabled = 1
TCEFORM.tt_news.links.disabled = 0
TCEFORM.tt_news.keywords.disabled = 1
TCEFORM.tt_news.archivedate.disabled = 1
TCEFORM.tt_news.ext_url.disabled = 1
TCEFORM.tt_news.fe_group.disabled = 1
...
</pre>
<h4>activate new tt_news articles automatically (not hidden):</h4>
<p>again, paste into PageTS:</p>
<pre>TCAdefaults.tt_news.hidden = 0
</pre>
<h4>insert a Logout-Button on feeditadvanced Layout:</h4>
<p>First, add this to your root TS-Setup:</p>
<pre>[globalVar = TSFE : beUserLogin &gt; 0]
lib.belogout = TEXT
lib.belogout.value = &lt;a class="belogout" title="Logout!" href="typo3/logout.php?redirect=../index.php"&gt;Logout&lt;/a&gt;
[global]
</pre>
<p>now you will need a TS-Object or a PageMARKER inside your FE-Template, like &#8230;</p>
<pre>lib.belogout
</pre>
<p>just add some CSS like:</p>
<pre>.belogout {
 display: inline-block;
 padding-top: 4px;
 margin: 2px 10px 0 0;
 height: 21px;
 text-decoration: none;
 cursor: pointer;
 text-align: center;
 color: #c6c6c6;
 background: url(../../typo3conf/ext/feeditadvanced/res/icons/menubar/button.png) no-repeat 0 0;
 font-size: 12px;
 width: 92px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 z-index: 8001;
 position: fixed;
 right: 100px;
 top:1px;
 color: #fff;
}
.belogout:hover, .belogout:active, .belogout:visited {color:#fff; text-decoration:none;}
</pre>
<p>Now your Logout-Button looks like the feeditadvanced Layout und works &#8230;</p>
<p><a href="http://blog.team-noir.net/wp-content/uploads/2010/08/logout_button.png"><img class="alignnone size-full wp-image-421" title="logout_button" src="http://blog.team-noir.net/wp-content/uploads/2010/08/logout_button.png" alt="" width="382" height="107" /></a></p>
<p>That&#8217;s all for today.</p>
<p>TYPO3 &#8211; <strong>Inspiring people to share</strong> &#8211; Yeah that&#8217;s right!</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/' rel='bookmark' title='mixed TYPO3 &amp; TypoScript Snippets Vol. 3'>mixed TYPO3 &#038; TypoScript Snippets Vol. 3</a></li>
<li><a href='http://blog.team-noir.net/2010/08/mixed-typoscript-snippets-vol-1/' rel='bookmark' title='mixed TypoScript Snippets Vol. 1'>mixed TypoScript Snippets Vol. 1</a></li>
<li><a href='http://blog.team-noir.net/2011/01/css3-snippets-for-every-day-border-radius-gradient-shadow/' rel='bookmark' title='css3 snippets for every day: border-radius, gradient, shadow, &#8230;'>css3 snippets for every day: border-radius, gradient, shadow, &#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2010/08/mixed-typoscript-snippets-vol-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3 Version 4.4.0 released</title>
		<link>http://blog.team-noir.net/2010/06/typo3-440-released/</link>
		<comments>http://blog.team-noir.net/2010/06/typo3-440-released/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 10:47:31 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=387</guid>
		<description><![CDATA[Yesterday they did it &#8230; The latest TYPO3 version 4.4 makes TYPO3 easier than ever – especially for newbies. Your TYPO3 website can be up and running in five minutes after it has been downloaded – use the included template and it is ready to go right away. Below you will find the most important [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/11/typo3-ver-4-3-released/' rel='bookmark' title='TYPO3 ver. 4.3 released'>TYPO3 ver. 4.3 released</a></li>
<li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
<li><a href='http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/' rel='bookmark' title='Fight old Browsers &#8211; YouTube follows'>Fight old Browsers &#8211; YouTube follows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday they did it &#8230;</p>
<blockquote><p><strong>The latest TYPO3 version 4.4 makes TYPO3 easier than ever –  especially for newbies. Your TYPO3 website can be up and running in five  minutes after it has been downloaded – use the included template and it  is ready to go right away. Below you will find the most important  innovations.</strong></p></blockquote>
<p>from: <a href="http://typo3.org/download/release-notes/typo3-44/">http://typo3.org/download/release-notes/typo3-44/</a></p>
<p><span id="more-387"></span></p>
<p><a href="http://typo3.org/download/release-notes/typo3-44/"><img class="alignnone" title="official view" src="http://typo3.org/typo3temp/pics/8ae7447e01.png" alt="screenshot TYPO3 4.4.0" width="300" height="227" /></a></p>
<p>Last night i checked my own &#8220;starterpackage&#8221; with the new version. Everything seems to be fine.</p>
<p>The new Backend looks great, loads fast and is really easy to use.</p>
<p><strong>Thanks to the Core-team of TYPO3</strong>! Great work, guys!</p>
<h4><span style="text-decoration: underline;"><strong>UPGRADING from 4.3 to 4.4:</strong></span></h4>
<p>Here you&#8217;ll finde some nice tricks and tutorials &#8230;</p>
<ul>
<li><a href="http://wiki.typo3.org/index.php/Upgrade#Upgrading_to_4.4">http://wiki.typo3.org/index.php/Upgrade#Upgrading_to_4.4</a></li>
<li><a href="http://www.youtube.com/watch?v=iE2tFVtm5Is">http://www.youtube.com/watch?v=iE2tFVtm5Is</a></li>
<li><a href="http://www.youtube.com/watch?v=5ksV41wfJIo">http://www.youtube.com/watch?v=5ksV41wfJIo</a></li>
</ul>
<p><a href="http://typo3.org/download/release-notes/typo3-44/"><img class="alignnone" title="easy 1-2-3 Installation" src="http://typo3.org/typo3temp/pics/85c972c930.png" alt="screenshot 1-2-3 installation" width="200" height="155" /></a></p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/11/typo3-ver-4-3-released/' rel='bookmark' title='TYPO3 ver. 4.3 released'>TYPO3 ver. 4.3 released</a></li>
<li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
<li><a href='http://blog.team-noir.net/2009/07/fight-old-browsers-youtube-follows/' rel='bookmark' title='Fight old Browsers &#8211; YouTube follows'>Fight old Browsers &#8211; YouTube follows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2010/06/typo3-440-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images</title>
		<link>http://blog.team-noir.net/2010/04/problems-after-upgrading-typo3-4-2-to-4-3-with-stylesheets-and-images/</link>
		<comments>http://blog.team-noir.net/2010/04/problems-after-upgrading-typo3-4-2-to-4-3-with-stylesheets-and-images/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 15:51:31 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=361</guid>
		<description><![CDATA[TYPO3 Upgrade 4.2 to 4.3  &#8211; Backendview Today i had some trouble after upgrading TYPO3 Installation 4.2.10 to 4.3.3 . After the big security announcement i decided to update all costumers TYPO3 Installations. With my short step-by-step upgrade sheet everything works fine, only one &#8230; After Uploading the files the TYPO3 Install-Tool appears with basic [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
<li><a href='http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/' rel='bookmark' title='mixed TYPO3 &amp; TypoScript Snippets Vol. 3'>mixed TYPO3 &#038; TypoScript Snippets Vol. 3</a></li>
<li><a href='http://blog.team-noir.net/2009/02/how-to-set-chmod-typo3/' rel='bookmark' title='How to &#8230; set permission chmod for TYPO3'>How to &#8230; set permission chmod for TYPO3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>TYPO3 Upgrade 4.2 to 4.3  &#8211; Backendview</h3>
<p>Today i had some trouble after upgrading TYPO3 Installation 4.2.10 to 4.3.3 .<br />
After the big <a href="http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-008/">security announcement</a> i decided to update all costumers TYPO3 Installations.</p>
<p><span id="more-361"></span></p>
<p>With my short <a href="http://blog.team-noir.net/2009/07/how-to-update-typo3-42/">step-by-step upgrade sheet</a> everything works fine, only one &#8230;</p>
<p>After Uploading the files the TYPO3 Install-Tool appears with basic black/white stylesheet, no images, no alignement &#8230; *strange*<br />
The Backend doesn&#8217;t show any image, the menu couldn&#8217;t get clicked &#8211; aahhhhrgh! Whats up?!</p>
<p>But here&#8217;s my solution: <em>SEARCH, READ, UNDERSTAND, ADJUST</em></p>
<p>I found some hints in the <em>install.txt</em> from TYPO3 source:</p>
<blockquote><p>Make sure that AllowOverride allows &#8220;Indexes&#8221; and &#8220;FileInfo&#8221; in the Apache<br />
configuration. If you cannot ensure this, rename .htaccess files to<br />
_.htaccess. TYPO3 will run but considerably slower.<br />
Here is the list of the files to rename:<br />
typo3/contrib/.htaccess<br />
typo3/gfx/.htaccess<br />
typo3/mod/user/ws/.htaccess<br />
typo3/sysext/.htaccess<br />
typo3/sysext/t3skin/stylesheets/.htaccess<br />
If the error does not disappear, web server error logs should help.</p></blockquote>
<p>That&#8217;s all. First i tested mith renaming the .htaccess to _.htaccess, in the second step i adjust the apache-config manually -&gt; tataaaam, it works fine!</p>
<p>So have fun with TYPO3.</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
<li><a href='http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/' rel='bookmark' title='mixed TYPO3 &amp; TypoScript Snippets Vol. 3'>mixed TYPO3 &#038; TypoScript Snippets Vol. 3</a></li>
<li><a href='http://blog.team-noir.net/2009/02/how-to-set-chmod-typo3/' rel='bookmark' title='How to &#8230; set permission chmod for TYPO3'>How to &#8230; set permission chmod for TYPO3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2010/04/problems-after-upgrading-typo3-4-2-to-4-3-with-stylesheets-and-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete csc-default and id tag in TYPO3 4.3</title>
		<link>http://blog.team-noir.net/2010/04/how-to-delete-csc-default-and-id-tag-in-typo3-4-3/</link>
		<comments>http://blog.team-noir.net/2010/04/how-to-delete-csc-default-and-id-tag-in-typo3-4-3/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 15:48:34 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[htmlcode]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=350</guid>
		<description><![CDATA[How to &#8230; Since TYPO3 Version 4.3 all the source code is tagged with unlovely id and class tags with div-wrapper. &#60;div id="c1" class="csc-default"&#62; But with one little typoscript snippet you will get rid off it: tt_content.stdWrap.innerWrap &#62; Now everything looks clean and sweet. I love TYPO3 anyway! Related posts: mixed TYPO3 &#038; TypoScript Snippets [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/' rel='bookmark' title='mixed TYPO3 &amp; TypoScript Snippets Vol. 3'>mixed TYPO3 &#038; TypoScript Snippets Vol. 3</a></li>
<li><a href='http://blog.team-noir.net/2009/03/how-to-set-the-favicon-in-typo3/' rel='bookmark' title='How to &#8230; set the favicon in TYPO3'>How to &#8230; set the favicon in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/05/how-to-sort-the-typoscript-template/' rel='bookmark' title='How to &#8230; sort the Typoscript Template'>How to &#8230; sort the Typoscript Template</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>How to &#8230;</strong></p>
<p>Since TYPO3 Version 4.3 all the source code is tagged with unlovely <em>id</em> and <em>class</em> tags with <em>div-wrapper</em>.</p>
<pre>&lt;div id="c1" class="csc-default"&gt;</pre>
<p>But with one little typoscript snippet you will get rid off it:</p>
<pre>tt_content.stdWrap.innerWrap &gt;
</pre>
<p>Now everything looks clean and sweet. I love TYPO3 anyway!</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/' rel='bookmark' title='mixed TYPO3 &amp; TypoScript Snippets Vol. 3'>mixed TYPO3 &#038; TypoScript Snippets Vol. 3</a></li>
<li><a href='http://blog.team-noir.net/2009/03/how-to-set-the-favicon-in-typo3/' rel='bookmark' title='How to &#8230; set the favicon in TYPO3'>How to &#8230; set the favicon in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/05/how-to-sort-the-typoscript-template/' rel='bookmark' title='How to &#8230; sort the Typoscript Template'>How to &#8230; sort the Typoscript Template</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2010/04/how-to-delete-csc-default-and-id-tag-in-typo3-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to code a jQuery slider menu</title>
		<link>http://blog.team-noir.net/2010/03/how-to-code-a-jquery-slider-menu/</link>
		<comments>http://blog.team-noir.net/2010/03/how-to-code-a-jquery-slider-menu/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 13:25:54 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[YAML]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=339</guid>
		<description><![CDATA[How to &#8230; I show you a nice jQuery snippet for a smoothy slider menu. This was my first jQuery experience &#8211; if you find some tuning options, tell me please! Here you can see my script in Action: http://www.gyn-endoskopie.de/ /** * @author team noir GbR * simple slide-out Menu * www.gyn-endoskopie.de * Version 1.5 [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/02/how-to-integrate-a-yaml-menu-to-typo3/' rel='bookmark' title='How to &#8230; integrate  a YAML Menu to TYPO3'>How to &#8230; integrate  a YAML Menu to TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2010/05/how-to-use-position-absolute-and-z-index-with-internet-explorer-7-and-nested-containers/' rel='bookmark' title='How to use position-absolute and z-index with Internet Explorer 7 and nested containers'>How to use position-absolute and z-index with Internet Explorer 7 and nested containers</a></li>
<li><a href='http://blog.team-noir.net/2010/03/how-to-build-a-yaml-fullscreen-layout/' rel='bookmark' title='How to build a YAML fullscreen layout'>How to build a YAML fullscreen layout</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>How to &#8230;</strong></p>
<p>I show you a nice jQuery snippet for a smoothy slider menu.</p>
<p>This was my first <a href="http://jquery.com/">jQuery</a> experience &#8211; if you find some tuning options, tell me please!</p>
<p>Here you can see my script in Action: <a title="Dr med Söder" href="http://www.gyn-endoskopie.de/">http://www.gyn-endoskopie.de/</a></p>
<p><span id="more-339"></span></p>
<pre>/**
 * @author team noir GbR
 * simple slide-out Menu
 * www.gyn-endoskopie.de
 * Version 1.5 - 11.01.2010
 */
$(document).ready(function() {
 //on first loading, hide the submenu
 $(".subul li").hide();
 //show active sub element, after paging
 $(".active").parent().parent(".subul").css('margin-top', -4).children("li").show(".subul li");

 //Actionhandling
 //click on menu
 $(".slide").click(function(){

 //only one submenu is allowed to show
 $(".angeklickt li").slideUp("fast");
 $(".angeklickt").removeClass("angeklickt");
 //close other open submenus
 $(".active").parent().parent(".subul").children("li").slideUp(".subul li");

 //mark heading ul
 $(this).next("ul").addClass('angeklickt');

 //show marked submenu
 if ($(".angeklickt li").is(":hidden")) {
 $(".angeklickt li").slideDown("slow");
 $("ul.angeklickt").css('margin-top', -4);
 return false;
 }
 //close/slide submenu
 else {
 $(".angeklickt li").slideUp("slow");
 $("ul.angeklickt").css('margin-top', 0);
 $(this).next("ul").removeClass("angeklickt");
 return false;
 }
 });

});
</pre>
<p>this is the menu source code:</p>
<pre>&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Startseite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Zur Person&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#l"&gt;Operationen&lt;/a&gt;
 &lt;ul class="subul&gt;
   &lt;li&gt;&lt;a href="#" title="Operationsspektrum"&gt;Operationsspektrum&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href="#" title="OP-Aufklärung"&gt;OP-Aufklärung&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href="#" title="OP-Patienteninfos"&gt;OP-Patienteninfos&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href="#" title="Anmeldung"&gt;Anmeldung&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#" title="Novasure/Goldnetz"&gt;Novasure/Goldnetz&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#" title="Tagesklinik"&gt;Tagesklinik&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Kontakt&lt;/a&gt;
 &lt;ul class="subul&gt;
   &lt;li&gt;&lt;a href="#" title="Schreiben Sie uns"&gt;Schreiben Sie uns&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href="#" title="Anfahrt mit dem Auto"&gt;Anfahrt mit dem Auto&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href="#" title="Wegbeschreibung"&gt;Wegbeschreibung&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</pre>
<p>System information:</p>
<ul>
<li>TYPO3 4 CMS</li>
<li>YAML 3.1</li>
<li>CSS 2/3</li>
<li>XHTML 1.0</li>
<li><a title="Dr med Söder" href="http://www.gyn-endoskopie.de/">http://www.gyn-endoskopie.de/</a></li>
</ul>
<p><a href="http://blog.team-noir.net/wp-content/uploads/2010/03/slider_menu.png"><img class="alignnone size-full wp-image-347" title="slider_menu" src="http://blog.team-noir.net/wp-content/uploads/2010/03/slider_menu.png" alt="" width="214" height="357" /></a></p>
<p>greetz!</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/02/how-to-integrate-a-yaml-menu-to-typo3/' rel='bookmark' title='How to &#8230; integrate  a YAML Menu to TYPO3'>How to &#8230; integrate  a YAML Menu to TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2010/05/how-to-use-position-absolute-and-z-index-with-internet-explorer-7-and-nested-containers/' rel='bookmark' title='How to use position-absolute and z-index with Internet Explorer 7 and nested containers'>How to use position-absolute and z-index with Internet Explorer 7 and nested containers</a></li>
<li><a href='http://blog.team-noir.net/2010/03/how-to-build-a-yaml-fullscreen-layout/' rel='bookmark' title='How to build a YAML fullscreen layout'>How to build a YAML fullscreen layout</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2010/03/how-to-code-a-jquery-slider-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3 ver. 4.3 released</title>
		<link>http://blog.team-noir.net/2009/11/typo3-ver-4-3-released/</link>
		<comments>http://blog.team-noir.net/2009/11/typo3-ver-4-3-released/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 15:41:46 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[TYPO3]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=290</guid>
		<description><![CDATA[Hi. Today the TYPO3 Association released the newest version of their outstandingly successful Open Source project TYPO3. TYPO3 has been downloaded over 4.1 million times – making it one of the world’s leading Enterprise Open Source projects. (from http://news.typo3.org/news/article/typo3-version-43-released/) The first impressions are really great &#8211; i am looking forward to test and discover all [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/06/typo3-440-released/' rel='bookmark' title='TYPO3 Version 4.4.0 released'>TYPO3 Version 4.4.0 released</a></li>
<li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
<li><a href='http://blog.team-noir.net/2010/04/how-to-delete-csc-default-and-id-tag-in-typo3-4-3/' rel='bookmark' title='How to delete csc-default and id tag in TYPO3 4.3'>How to delete csc-default and id tag in TYPO3 4.3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hi.</p>
<p><strong>Today the TYPO3 Association released the newest version of their outstandingly successful Open Source project TYPO3. TYPO3 has been downloaded over 4.1 million times – making it one of the world’s leading Enterprise Open Source projects.</strong><br />
(from <a href="http://news.typo3.org/news/article/typo3-version-43-released/">http://news.typo3.org/news/article/typo3-version-43-released/</a>)</p>
<p>The first impressions are really great &#8211; i am looking forward to test and <a title="official release notes" href="http://typo3.org/download/release-notes/typo3-43/">discover all the new features</a>!</p>
<p>TYPO3 ROCK&#8217;s</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/06/typo3-440-released/' rel='bookmark' title='TYPO3 Version 4.4.0 released'>TYPO3 Version 4.4.0 released</a></li>
<li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
<li><a href='http://blog.team-noir.net/2010/04/how-to-delete-csc-default-and-id-tag-in-typo3-4-3/' rel='bookmark' title='How to delete csc-default and id tag in TYPO3 4.3'>How to delete csc-default and id tag in TYPO3 4.3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/11/typo3-ver-4-3-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to &#8230; change the RTE linktext in TYPO3</title>
		<link>http://blog.team-noir.net/2009/09/how-to-change-the-rte-linktext-in-typo3/</link>
		<comments>http://blog.team-noir.net/2009/09/how-to-change-the-rte-linktext-in-typo3/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 15:38:16 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=262</guid>
		<description><![CDATA[How to If you want to change the the alt-text, the title attribute, link image or something else you have to use some code-snippets in your TSconfig at Rootpage. With the following lines you will be able to choose text and type. RTE.classesAnchor { internalLink { class = internal-link type = page altText &#62; titleText [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/03/how-to-change-the-title-in-typo3/' rel='bookmark' title='How to &#8230; change the title-element in TYPO3'>How to &#8230; change the title-element in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/03/how-to-change-the-standard-target-for-links-in-typo3/' rel='bookmark' title='How to &#8230; change the standard target for links in TYPO3'>How to &#8230; change the standard target for links in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2011/03/typo3-4-5-sendmail-on-host-europe-server/' rel='bookmark' title='TYPO3 4.5 &#8211; sendmail on Host Europe Server'>TYPO3 4.5 &#8211; sendmail on Host Europe Server</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>How to</strong></p>
<p>If you want to change the the <strong>alt-text</strong>, the <strong>title attribute</strong>, <strong>link image</strong> or something else you have to use some code-snippets in your TSconfig at Rootpage.</p>
<p>With the following lines you will be able to choose text and type.</p>
<p><span id="more-262"></span></p>
<pre>RTE.classesAnchor {
 internalLink {
 class = internal-link
 type = page
 altText &gt;
 titleText &gt;
 image &gt;
 }
 externalLink {
 class = external-link
 type = url
 altText &gt;
 titleText &gt;
 image &gt;
 }
 externalLinkInNewWindow {
 class = external-link-new-window
 type = url
 altText &gt;
 titleText &gt;
 image &gt;
 }
 internalLinkInNewWindow {
 class = internal-link-new-window
 type = page
 image &gt;
 }
 download {
 class = download
 type = file
 altText = Datei runterladen
 titleText = Datei runterladen
 image &gt;
 }
 mail {
 class = mail
 type = mail
 altText = öffnet Ihr Mailprogramm zum verschicken einer Nachricht
 titleText = öffnet Ihr Mailprogramm zum verschicken einer Nachricht
 image &gt;
 }
}</pre>
<p>For delete any automatic link title, use:</p>
<pre>titleText &gt;</pre>
<p><img class="alignnone size-full wp-image-263" title="notitle" src="http://blog.team-noir.net/wp-content/uploads/2009/09/notitle.png" alt="notitle" width="533" height="350" /></p>
<p>for using a standard link title, use:</p>
<pre>titleText = Datei runterladen</pre>
<p><img class="alignnone size-full wp-image-264" title="withtitle" src="http://blog.team-noir.net/wp-content/uploads/2009/09/withtitle.png" alt="withtitle" width="550" height="350" /></p>
<p>greetz, Martin</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/03/how-to-change-the-title-in-typo3/' rel='bookmark' title='How to &#8230; change the title-element in TYPO3'>How to &#8230; change the title-element in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/03/how-to-change-the-standard-target-for-links-in-typo3/' rel='bookmark' title='How to &#8230; change the standard target for links in TYPO3'>How to &#8230; change the standard target for links in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2011/03/typo3-4-5-sendmail-on-host-europe-server/' rel='bookmark' title='TYPO3 4.5 &#8211; sendmail on Host Europe Server'>TYPO3 4.5 &#8211; sendmail on Host Europe Server</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/09/how-to-change-the-rte-linktext-in-typo3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to &#8230; setup the fileadmin/ folder for Backendaccess</title>
		<link>http://blog.team-noir.net/2009/07/setup-fileadmin-for-backendaccess/</link>
		<comments>http://blog.team-noir.net/2009/07/setup-fileadmin-for-backendaccess/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 20:10:13 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[fileadmin]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=196</guid>
		<description><![CDATA[How to Today i found a secret in TYPO3 I needed to  declare access for Backendeditors to upload files in the fileadmin/ folder. Look at the picture &#8230; there is nothing more to do, just type a &#8220;.&#8221; The first &#8220;setup&#8221; provides full access to fileadmin/ On the second picture you see how to declare [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/09/how-to-change-the-rte-linktext-in-typo3/' rel='bookmark' title='How to &#8230; change the RTE linktext in TYPO3'>How to &#8230; change the RTE linktext in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/05/how-to-sort-the-typoscript-template/' rel='bookmark' title='How to &#8230; sort the Typoscript Template'>How to &#8230; sort the Typoscript Template</a></li>
<li><a href='http://blog.team-noir.net/2010/11/how-to-redirect-restricted-typo3-pages-to-loginform-and-back/' rel='bookmark' title='How to &#8211; redirect restricted TYPO3 pages to loginform and back'>How to &#8211; redirect restricted TYPO3 pages to loginform and back</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>How to</strong></p>
<p>Today i found a secret <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  in TYPO3</p>
<p><span id="more-196"></span></p>
<p>I needed to  declare access for Backendeditors to upload files in the<em> fileadmin/</em> folder.<br />
Look at the picture &#8230; there is nothing more to do, just type a &#8220;.&#8221;</p>

<a href='http://blog.team-noir.net/2009/07/setup-fileadmin-for-backendaccess/typo3_trick0/' title='typo3_trick0'><img width="150" height="150" src="http://blog.team-noir.net/wp-content/uploads/2009/07/typo3_trick0-150x150.jpg" class="attachment-thumbnail" alt="typo3_trick0" title="typo3_trick0" /></a>
<a href='http://blog.team-noir.net/2009/07/setup-fileadmin-for-backendaccess/typo3_trick1/' title='typo3_trick1'><img width="150" height="150" src="http://blog.team-noir.net/wp-content/uploads/2009/07/typo3_trick1-150x150.jpg" class="attachment-thumbnail" alt="typo3_trick1" title="typo3_trick1" /></a>

<p>The first &#8220;setup&#8221; provides full access to<em> fileadmin/</em><br />
On the second picture you see how to declare just one subfolder in <em>fileadmin/</em></p>
<p>EASY &#8211; isn&#8217;t it?</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/09/how-to-change-the-rte-linktext-in-typo3/' rel='bookmark' title='How to &#8230; change the RTE linktext in TYPO3'>How to &#8230; change the RTE linktext in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/05/how-to-sort-the-typoscript-template/' rel='bookmark' title='How to &#8230; sort the Typoscript Template'>How to &#8230; sort the Typoscript Template</a></li>
<li><a href='http://blog.team-noir.net/2010/11/how-to-redirect-restricted-typo3-pages-to-loginform-and-back/' rel='bookmark' title='How to &#8211; redirect restricted TYPO3 pages to loginform and back'>How to &#8211; redirect restricted TYPO3 pages to loginform and back</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/07/setup-fileadmin-for-backendaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

