# Enable URL rewriting RewriteEngine ON # Change this path, if your TYPO3 installation is located in a subdirectory of the website root. RewriteBase / ### Umleitung www [start] RewriteCond %{HTTP_HOST} !^http://wmfg.de/FREDERIK/fmw1501/fmw-1501.html$ [NC] RewriteRule ^(.*)$ http://wmfg.de/januar%202015.html/$1 [R=301,L] ### Umleitung www [stop]