I have installed wordpress on root/wordpress - this means there is no index.php in the root - Can anyone give me a sample index.php that goes in the root. I a newbie so I need as much info as possible. Thanks in advance. my site is frogshollow.com
Ok I did as it said on 'USING A PRE-EXISTING SUBDIRECTORY INSTALL' and am now getting this error: No input file specified. Can you help me correct this.
sorry, are you trying to redirect the root so when someone hits frogshollow.com it opens the wordpresss on subdir or you just need to have a standard index.php setup on the root?
OK I deleted and then added the sql - I reinstalled wordpress and now am getting this error: Warning: require_once(E:\web\frogshol\wordpress//wp-includes/class-wp-error.php): failed to open stream: No such file or directory in E:\web\frogshol\wordpress\wp-load.php on line 52 Fatal error: require_once(): Failed opening required 'E:\web\frogshol\wordpress//wp-includes/class-wp-error.php' (include_path='.;C:\php-fastcgi\pear') in E:\web\frogshol\wordpress\wp-load.php on line 52
I see you got it working already http://frogshollow.com/wordpress/ Now to redirect frogshollow.com to the subdomain, simply setup a redirection script on the root. Sample for a simple one http://support.Winhost.com/KB/a649/how-to-redirect-a-subdomain-to-a-subdirectory.aspx Or use URL rewrite feature on IIS7 http://learn.iis.net/page.aspx/461/creating-rewrite-rules-for-the-url-rewrite-module
Thank you I did get it working again : I took everything out and re-installed. I would like to try your first method of redirect - http://support.Winhost.com/KB/a649/h...directory.aspx But I do not know where it goes or in what format (hmtl?). Is it isn the index.hmtl? Can you give me a better sample. Thanks