[TYPO3-v4] Relevance of typo3/index_re.php

Steffen Müller typo3 at t3node.com
Mon Jul 5 16:48:10 CEST 2010


Hi.

Am 05.07.2010 10:48, schrieb Steffen Kamper:
> 
> i never used it. Is there any call in core to this script?
> 

scotty at enterprise:~$ find /var/www/typo3_src/typo3_src-trunk/ -type f
-exec grep -H -n 'index_re.php' {} \; | grep -v '\.svn'
/var/www/typo3_src/typo3_src-trunk/misc/advanced.htaccess:81:# Redirect
http://mysite/typo3 to http://mysite/typo3/index_re.php
/var/www/typo3_src/typo3_src-trunk/misc/advanced.htaccess:85:RewriteRule
^typo3$ typo3/index_re.php [L]
/var/www/typo3_src/typo3_src-trunk/misc/simple.htaccess:3:RewriteRule
^typo3$  typo3/index_re.php
/var/www/typo3_src/typo3_src-trunk/typo3/index_re.php:33: * 	
RewriteRule   ^typo3$  typo3/index_re.php
/var/www/typo3_src/typo3_src-trunk/typo3/index_re.php:36: * $Id:
index_re.php 7905 2010-06-13 14:42:33Z ohader $
/var/www/typo3_src/typo3_src-trunk/ChangeLog:2785:	* Follow-up to bug
#11357: fixed a parse error in index_re.php

So it seems not to be included anywhere, but the htaccess files.
Please crosscheck my search method since I am not 100% sure about it.

-- 
cheers,
Steffen


More information about the TYPO3-project-v4 mailing list