I have a live site running that will soon be converted to a wordpress site. At this time SEO isn't important.
Here is what I had: www.site.com/index.php
Now it is here: www.site.com/sub/somename.php
I have the .htaccess working correctly for this.
The problem that I am having is in the ROOT (www.site.com) I have wordpress installed but if I go to www.site.com/index.php (which should be wordpress) it kicks me over to www.site.com/sub/somename.php
So long story short...
If someone types:
www.site.com
I need it to redirect to:
www.site.com/sub/somename.php
If someone types:
www.site.com/index.php
I need it to go to that actual page (which would be the wordpress install).
How do I do this?
Thanks for any and all help!
Chris