of course
http://www.fmstudio.com/index.php
I was gonna post..but there is nothing there..but there it is.
I am completely confused, I have done many WP installs fine but this I can’t figure out.
If I copy the WP install index.php file to the server it works fine, but after a minute it is seemingly rewritten to a 0kb file that produces nothing. I contacted my provider (1and1) and they said they had no idea, and just to “reinstall it”. I did that, full reinstall, about 4 times now. I thought it may have something to do with the .htaccess file but 1and1 assured me that had nothing to do with WP.
The oddest part is my wp-admin page works fine, I can create posts, change prefs, add themes. But when I view site…nothing.
The original index file is here:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);
/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>
(no spaces before or after it in the file)
Straight from the WP install. The 0kb file that appears is literally blank, when I open it there is nothing there.
If anyone has any suggestions…please let me know. I am stumped!!
Frank