Please help how to mix up index.html and index.php

RedQueen

Regular Member
Joined
Feb 13, 2012
Messages
466
Reaction score
28
I have index.html created on dreamweaver and I have subdomain created on cpanel
wordpress hosted.

my problem is how to mix up index.html to index.php so that the main page will redirect on my
main site then post blogs on the subdomain


thanks for any input
 
I don't quite understand what you are trying to do dude. What do you mean by "mix up"? If you have a custom index.html, just upload it to your root directory via ftp. That should be the first page users will see when they type your URL.
 
Index files are directory specific. If you want index.html to load when you view domain.com, upload it into the document root for your site. ex. public_html. Then, if you want your blog to show on a subdomain, simply install Wordpress in the subdomain location. ex. public_html/subdomainfolder.
 
Index files are directory specific. If you want index.html to load when you view domain.com, upload it into the document root for your site. ex. public_html. Then, if you want your blog to show on a subdomain, simply install Wordpress in the subdomain location. ex. public_html/subdomainfolder.

thanks quite simple
 
Back
Top