frage
Verfasst: 01.04.2010, 14:56
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteRule /2009/12/rosen.html https://www.gartencenter.co.at [R=301,L]
</IfModule>
was is daran falsch?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteRule /2009/12/rosen.html https://www.gartencenter.co.at [R=301,L]
</IfModule>
was is daran falsch?