[TYPO3-UG Oesterreich] Verzeichnisse dort wo keine sind

Wolfgang Klinger wolfgang at stufenlos.net
Mon Sep 4 21:31:05 CEST 2006


 Hallo!

 Stefan Beylen schrieb folgendes am 04.09.2006:
> was kann ich machen, dass alle anfragen auf 
> www.mytypo3site.com/xhsjkhd/skhdk/mypage.html nach z.b. 
> www.mytypo3site.com/index.php umgeleitet werden? Problem ist dass die 
> Seite ge-relaunched wurde und die Google links teilweise so aussehen...

 .htaccess 

-----
RewriteRule ^(.*\.html)$ /index.php [R=permanent]
-----

 leitet alles was mit .html endet auf index.php weiter und sendet einen
 entsprechenden HTTP Response Header (Moved permanently).


 lg
 Wolfgang

 _________________________________________________________________________
 "First they ignore you, then they laugh at you, then they fight you, 
  then you win."
				 Gandhi




More information about the TYPO3-at mailing list