Giving wordpress it's own directory error
-
Well, my site is taylorswifties.co.cc and I am trying to change the blog directory from taylorswifties.co.cc/blog to taylorswifties.co.cc
Well, here is my index.php:
<?php * * @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_once('wordpress/wp-blog- header.php') ?>And the error message I get on my site is:
Parse error: syntax error, unexpected '*' in /home/hannahxd/public_html/index.php on line 2
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Giving wordpress it's own directory error’ is closed to new replies.