Backup files and database.
Review Changing_The_Site_URL and Moving WordPress
Hi coolfreebies, you may find these great video tutorials a help.
http://educhalk.org/blog/?p=82
mike.
I used this:
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Now i get this error message:
Warning: require(./blog/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/fhlinux140/c/cool-freebies.co.uk/user/htdocs/blog/index.php on line 17
Warning: require(./blog/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/fhlinux140/c/cool-freebies.co.uk/user/htdocs/blog/index.php on line 17
Fatal error: require() [function.require]: Failed opening required ‘./blog/wp-blog-header.php’ (include_path=’.:/usr/share/pear-php5′) in /home/fhlinux140/c/cool-freebies.co.uk/user/htdocs/blog/index.php on line 17
I have changed the file to: require(‘./blog/wp-blog-header.php’);
Hope you can help
Louise
So you have, under htdocs/blog, the 3 folders, wp-admin, wp-content, and wp-includes, and the 22 or so other WordPress files such as wp-config.php and wp-login.php?