Du bad om      /
Scriptet er    /index.php

.htaccess er:

ErrorDocument 404 http://test.modified.dk/

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ seourl.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ seourl.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^adultshop.dk [nc]
rewriterule ^(.*)$ http://test.modified.dk/$1 [r=301,nc]

Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^index\.(htm|html|php) http://test.modified.dk/?%{QUERY_STRING} [R=301,L]

redirect 301 /ror.xml http://test.modified.dk/rss_feed.php

test