im trying to download a wordpress blog to my site so it shows as www.mydomain.com/blog but instead its showing up as www.mydomain.com/wordpress1.34/wordpress how do i get it set up to show how i want
Use an FTP program and create the blog directory in you html_docs folder, copy the files from wordpress1.34/wordpress into that blog folder. Then it's probably easiest to run the install script again. For further info on that have a look at the readme file that comes with WordPress.
just move the /wordpress1.34/wordpress to /blog (or anything that you want). then go to phpmyadmin, and edit the homepage url in the database wp-options. -cypher.
yup..download all files in public_html and just simply edit your config.php...for more help go to wordpress help section.