[Typo3-civserv] Antw: Typo3-project-civserv Digest, Vol 4, Issue 2

Ecki Gemmel gemmel at systemhaus-brandenburg.de
Wed Apr 13 15:50:21 CEST 2005


Britta Kohorst wrote:
moin matthi

ist das erledigt, wenn nicht -hier noch meine Ergänzung bezüglich apache 
    (siehe auch 28.1.05)

rewriting in httpd.conf aktivieren:

cms:/usr/local/typo3/conf # less httpd.conf | grep rewrite

LoadModule rewrite_module modules/mod_rewrite.so

...

und

...

<Directory />
     Options FollowSymLinks
     AllowOverride None
</Directory>


<Directory "/usr/local/typo3/htdocs/osiris">
         Options -Indexes +FollowSymLinks +Includes
         DirectoryIndex index.php
         AllowOverride FileInfo
</Directory>


Ecki Gemmel


> 
> die .htaccess auf unserem testserver enthältfolgende drei zeilen:
> 
> RewriteEngine On
> RewriteBase /typo3_osiris
> RewriteRule   ^[^/]*\.html$	index.php
> 	
> 
> das greift auf folgenden ausschnitt aus typo3conf/ext/civserv/pi1/statice/setup.txt:
> <---schnipp--->
> # Insert the following statements to your .htaccess for static docu-ments:
> 	#	RewriteEngine On
> 	#	RewriteRule   ^[^/]*\.html$  index.php
> 	simulateStaticDocuments = true
> 	simulateStaticDocuments_pEnc = md5
> 	simulateStaticDocuments_pEnc_onlyP = tx_civserv_pi1[mode],tx_civserv_pi1[community_id],tx_civserv_pi1[id],tx_civserv_pi1[pointer],tx_civserv_pi1[char],tx_civserv_pi1[sort],tx_civserv_pi1[pos_id],tx_civserv_pi1[sv_id],tx_civserv_pi1[sword],cHash
> <---schnapp--->
> 
> 
> vorraussetzung ist, dass apache mit dem mod_rewrite modul kompiliert ist und dieses aktiviert ist. 
> 
> wir haben festgestellt, dass man die Rewrite-Base weglassen muss, wenn man mit virtuellen hosts arbeitet (man braucht die rewrite-base nur, wenn man verschiedene typo3-sites in der httpd.conf als directories ohne virtual hosts definiert hat).
> 
> hoffe das hilft :-)
> gruß britta kohorst
> 
> p.s. die links sehen aus, als ob simulate static funktioniert aber nicht die md5-verkryptung?



More information about the Typo3-project-civserv mailing list