[TYPO3-UG Spain] typo3 sobre IIS

Nicolas Puente nicolas.puente at lgb-rlp.de
Fri Aug 15 09:14:38 CEST 2008


Sí es posible:
Bájate ISAPI_rewrite de http://www.isapirewrite.com/download/ e instálalo.
Añade estzs líneas:

# URLS, die wie folgt beginnen unverändert lassen
RewriteRule /(fileadmin|t3lib|typo3|typo3conf|typo3temp|uploads)(.*) 
/$1$2 [L]

# falls config.ftu = 1, weil immer &ftu=... angehängt wird
RewriteRule /.*\.html\?(.*) /index.php?$1 [R]

# falls ['fileName']['defaultToHTMLsuffixOnPrev'] in der 
RealURL-Konfiguration nicht auf '1' gesetzt ist
RewriteRule /.*\.html /index.php [L]
RewriteRule /(.*)/ /index.php [L]
RewriteRule /(.*) /$1/

RewriteRule /.* /index.php [L]

Para lograr los slinks tienes que bajarte el Tool junction de 
SysInternals (http://www.sysinternals.com/ntw2k/source/misc.shtml). 
Pones el programa en la carpeta windows\system32 Verzeichnis.
Te bajas Typo3 y lo descomprimes en un directorio.
Con "junction" haces el slink (link simbólico)
En ese mismo directorio tienes que hacer un archivo bach con el 
siguiente contenido:

junction t3lib ..\..\typo3src\t3lib
junction typo3 ..\..\typo3src\typo3
del index.php
del .\typo3conf\temp_cached*.php
copy ..\..\typo3src\typo3\sysext\cms\tslib\index_ts.php index.php
mkdir typo3temp
mkdir typo3temp\cs
mkdir typo3temp\GB
mkdir typo3temp\llxml
mkdir typo3temp\pics
mkdir typo3temp\temp
mkdir uploads
mkdir uploads\media
mkdir uploads\pics
mkdir uploads\tf
mkdir typo3conf
mkdir typo3conf\ext
mkdir typo3conf\l10n

lo ejecutas.
No te olvides de dar los debidos permisos.

En typo3conf/localconf.php (archivo de configuración), pon la siguiente 
líena:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['requestURIvar'] = 
'_SERVER|HTTP_X_REWRITE_URL';

Con eso te tiene que funcionar (http://---IhreWebsite---/typo3/install)

Saludos y espero que te sirva. He hecho una rápida traducción de: 
http://www.entios.de/7.0.html
http://www.typo3.fr/index.php?id=95&no_cache=1&file=16&uid=192 
<http://www.typo3.fr/index.php?id=95&no_cache=1&file=16&uid=192> 
(tutorial en francés)
http://www.helicontech.com/download.htm ISAPI_rewrite Lite
http://www.microsoft.com/technet/sysinternals/FileAndDisk/Junction.mspx 
Junction
Saludos.





More information about the TYPO3-UG-spain mailing list