Hello - I'm working locally using WAMP Server and trying to connect with Dreamweaver. all databases are working perfectly. I'm able to see the local site from my browser directly. The problem is: Previewing the local site in Dreamweaver. Site Definition information is correct as far as I know. i have look for the index_48z72.....and i don't see it anywhere........Error says:
Parse error: syntax error,unexpected'<'inC:\wamp\www\name of the site\index_48z72rfhp6.php on line 18
<?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');
Any help is much appreciated. Thank you!