Page is a not externally linkable
scaggster - 11:35 am on Jan 28, 2013 (gmt 0)
i tried this
RewriteEngine on Options +FollowSymlinks -MultiViews
RewriteCond %{HTTP_HOST} ^subdomain.example.com$
RewriteRule (.*)$ example.com/$1 [R=301,L]
RewriteRule ^(index)$ example.com/examplepage.php [R=301,L,NC]
this works if i want to redirect a content page ie subdomain.example.com/contentpage.php to example.com/contentpage.php it changes correctly but the index page doesnt go to the url im trying to send it to, which would be example.com/examplepage.php
This changes what i originally asked but i hope i make more sense now ( iknow what i mean myself but not easy to specify)