[TYPO3-english] pageNotFound_handling - robot.txt can't be found ...

Thomas Russel blueworm01 at gmx.net
Wed Oct 7 09:02:32 CEST 2009


I can't tell you why my htaccess contains those things...
I copied it from an article that was dedicated to realurl.

That's why I use it...

But I found the error:  I had a big typo in my files, so of course 
rob0ts.txt couldnt be found ^^

now it works...  damn :D




Xavier Perseguers schrieb:


>> RewriteBase /
> ^^^^ I don't have this
> 
>> RewriteRule 
>> ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)$ 
> ^^^^ I do not start with ^/ but with ^ alone
> 
>> - [L]
>> RewriteRule 
>> ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/.*$ 
>> - [L]
> ^^^^ (why twice?)
> 
> RewriteRule ^typo3$ typo3/index_re.php [L]
> 
>> RewriteCond %{REQUEST_FILENAME} !-f
>> RewriteCond %{REQUEST_FILENAME} !-d
>> RewriteCond %{REQUEST_FILENAME} !-l
>> RewriteRule .* index.php
> ^^^^ I have /index.php instead of index.php
> 
> HTH
> 


More information about the TYPO3-english mailing list