So I already have my main website which has been running through wordpress for number of years (I did not set the original site up).
I am trying to set up a subdomain: shop.example.co.uk so that I can start making a shop which I will eventually integrate into the site (I want to test it on sub-domain first!).
Im having trouble installing wordpress onto the sub-domain though.
I want to install a clean version of wordpress onto the sub-domain which will be sharing the same database as the main website but using different tables (I have already specified a table prefix in the wp-config.php file to differentiate the two).
I have linked to the database information, used a separate user to again make sure they are not the same and installed wordpress manually using this guide: http://codex.wordpress.org/Installing_WordPress
The problem is once I try to install the script Im getting the error: "No input file specified" and Im not sure why?
After looking at other posts I am beginning to wonder if I have put the wordpress folder in the wrong place or possibly not set up the sub-domain "document root" correctly as the guide does not go into much detail on this?
For the sub-domain my hosting panel has a "create sub-domain" button which I used to set it up.
Here is a print screen of how the folders are currently laid out for the main wordpress site (which works with no problems)
site1 - is the sub-domain where wordpress has been uploaded
httpdocs - is where the main wordpress site is installed
http://www.granovita.co.uk/wp-content/uploads/2013/05/Screen-Shot-2013-05-15-at-13.12.20.png
I am new to this so any help is great, thankyou!