Installing into a sub-domain
I am attempting to install v17.1 into a sub-domain on my site. When I have a dummy html page included in the directory, this works fine. When I remove this, I get the generic 'Apache is installed' default display page. (In the past the error was a blank page but this no longer appears.) I have checked the file permissions and these are set to the same pattern as Drupal which is also running fine.
I am pretty sure the file permissions are OK. The directory does display the dummy page so it seems to be accessing the sub-domain when its just html to run, so I assume its an issue of running the php in the sub-domain, I have changed line 144 of _htaccess to;
RewriteRule ^(.+^/)/$ /todo/HomePage R=301,L
(where 'todo' is the sub-domain folder) but have not many any other edits to this.
Does anyone have any idea where I am going wrong with this?
Many thanks in advance.