jak przekierować tylko stronę główną test2.pl na inny plik startowy?
www.test.pl -> index.php
www.test2.pl -> index2.php
www.test.pl/costam = www.test2.pl/costam?
mam coś takiego, ale nie chce za bardzo działać (www.test2.pl ląduje też na pliku index.php)
RewriteEngine On RewriteRule ^(www\.)?kasety.pl$ index2.php [L] RewriteRule ^klienci[\,](\d+) index.php [L] RewriteRule ^(([a-zA-Z0-9_]+)/?)+$ index.php [L]