May 2, 2008 at 12:57 pm
#767121
Inactive
I think i got it now
you meanded no Slash / in the rewrite
now i have this so
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^bonusparadise.com [nc]
rewriterule ^(.*)$ http://www.bonusparadise.com$1 [r=301,nc]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php
RewriteRule ^index.php$ http://www.bonusparadise.com [R=301,L]
I just checked at the redirect checker and it should be fine
Hope i got this right now, lol
ty :hattip: