index.php does not load anything else
-
Hi,
I’ve installed wordpress on a few websites and everything worked great until now…
I’ve uploaded everything from the wordpress installation folder to a website and tried to run it.
Below is the page i see:<?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'); ?>So…
HELP!?!?
(I already changed all permissions to 777 (Dont ask me why I did that but it did not do anything))
http://www.right-oh.nl/test/ is the folder…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘index.php does not load anything else’ is closed to new replies.