Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Please better define "can't seem to get it working." List any errors you are receiving and what specifically you have tried.
 
Well this is what I get when I visit my website linked above:

Parse error: syntax error, unexpected T_STRING in /home/a6550224/public_html/index.html on line 1

and here is what the easy iWeb Publisher:

--------------------------------------------------
Easy iWeb Publisher - v5.0.1 - http://plyxim.com/
--------------------------------------------------
Start Time: Sat Oct 2 19:58:59 EDT 2010
Local File or Folder: /Users/user/Desktop/Mac Website//
Remote Directory: /public_html
--------------------------------------------------
Remote database not found.
Remote Directory Changed to /public_html
+ Uploaded: apple black_img1.png
+ Uploaded: index.html
+ Uploaded: Mac/.com.Plyxim.EasyPublisher.db
+ Uploaded: Mac/.DS_Store
+ Uploaded: Mac/Blog/Archive.html
+ Uploaded: Mac/Blog/Archive_files/Archive.css
+ Uploaded: Mac/Blog/Archive_files/Archive.js
+ Uploaded: Mac/Blog/Archive_files/ArchiveIE.css
+ Uploaded: Mac/Blog/Archive_files/ArchiveMoz.css
+ Uploaded: Mac/Blog/Archive_files/mwmac_white.png
+ Uploaded: Mac/Blog/Archive_files/RSS_white.png
+ Uploaded: Mac/Blog/Archive_files/shapeimage_1.jpg
+ Uploaded: Mac/Blog/Archive_files/shapeimage_2.jpg
+ Uploaded: Mac/Blog/blog-archive.xml
+ Uploaded: Mac/Blog/blog-main.xml
+ Uploaded: Mac/Blog/Blog.html
+ Uploaded: Mac/Blog/Blog_files/apple black_img0.png
+ Uploaded: Mac/Blog/Blog_files/Blog.css
+ Uploaded: Mac/Blog/Blog_files/Blog.js
+ Uploaded: Mac/Blog/Blog_files/BlogIE.css
+ Uploaded: Mac/Blog/Blog_files/BlogMoz.css
+ Uploaded: Mac/Blog/Blog_files/mwmac_white.png
+ Uploaded: Mac/Blog/Blog_files/RSS_white.png
+ Uploaded: Mac/Blog/Blog_files/shapeimage_1.jpg
+ Uploaded: Mac/Blog/Blog_files/shapeimage_2.jpg
+ Uploaded: Mac/Blog/Entries/2010/10/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD.html
+ Uploaded: Mac/Blog/Entries/2010/10/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD.xml
+ Uploaded: Mac/Blog/Entries/2010/10/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD_files/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD.css
+ Uploaded: Mac/Blog/Entries/2010/10/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD_files/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD.js
+ Uploaded: Mac/Blog/Entries/2010/10/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD_files/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDDIE.css
+ Uploaded: Mac/Blog/Entries/2010/10/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD_files/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDDMoz.css
+ Uploaded: Mac/Blog/Entries/2010/10/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD_files/mwmac_white.png
+ Uploaded: Mac/Blog/Entries/2010/10/2_Single_1.25_G4_to_Dual_1.42_G4_in_an_MDD_files/shapeimage_1.jpg
+ Uploaded: Mac/Blog/rss.xml
+ Uploaded: Mac/feed.xml
+ Uploaded: Mac/index.html
+ Uploaded: Mac/Media/transparent.gif
+ Uploaded: Mac/Scripts/iWebBlog.js
+ Uploaded: Mac/Scripts/iWebDebug.js
+ Uploaded: Mac/Scripts/iWebImage.js
+ Uploaded: Mac/Scripts/iWebSite.js
+ Uploaded: Mac/Scripts/Widgets/BlogSummary/BlogSummary.css
+ Uploaded: Mac/Scripts/Widgets/BlogSummary/BlogSummary.js
+ Uploaded: Mac/Scripts/Widgets/BlogSummary/localizedStrings.js
+ Uploaded: Mac/Scripts/Widgets/Navbar/navbar.js
+ Uploaded: Mac/Scripts/Widgets/SharedResources/None.gif
+ Uploaded: Mac/Scripts/Widgets/SharedResources/WidgetCommon.js
+ Uploaded: Mac/Welcome.html
+ Uploaded: Mac/Welcome_files/mwmac_white.png
+ Uploaded: Mac/Welcome_files/shapeimage_1.jpg
+ Uploaded: Mac/Welcome_files/Think Different eMac.jpg
+ Uploaded: Mac/Welcome_files/Welcome.css
+ Uploaded: Mac/Welcome_files/Welcome.js
+ Uploaded: Mac/Welcome_files/WelcomeIE.css
+ Uploaded: Mac/Welcome_files/WelcomeMoz.css
Folder Upload Successful!
55 file(s) Uploaded, 0 file(s) Skipped.
End Time: Sat Oct 2 19:59:44 EDT 2010
--------------------------------------------------
:(
 
To my uneducated eyes, you have the upload directory incorrect. Do you have the correct physical path to upload to, not the virtual one you see as an URL
 
To my uneducated eyes, you have the upload directory incorrect.

I see near the top it mentions public_html, which is a common directory name that web hosts use for uploading to. Though, it also mentions the local file path is in a folder named "Mac Website," but the upload goes to "Mac." It potentially had an issue with a space being in the path or Mac refers to an existing directory for the site.

When I've looked up the given parse error before I have found that it is often sometimes caused by the web hosts settings that interpret the XML declaration at the top of the index.html as PHP (the <? is shorthand used for opening a PHP script block that is normally <?php). You would need to check with the web host to find out if this is in fact the source of the problem and if they will fix it.
 
I see near the top it mentions public_html, which is a common directory name that web hosts use for uploading to. Though, it also mentions the local file path is in a folder named "Mac Website," but the upload goes to "Mac." It potentially had an issue with a space being in the path or Mac refers to an existing directory for the site.

So its possible that the actual folder name on my desktop is causing the problem with the upload because it has a space in the name? I'll try changing it.
 
So its possible that the actual folder name on my desktop is causing the problem with the upload because it has a space in the name? I'll try changing it.

That's just a slight possibility. I think my second paragraph is the more likely case.
 
I see near the top it mentions public_html, which is a common directory name that web hosts use for uploading to. Though, it also mentions the local file path is in a folder named "Mac Website," but the upload goes to "Mac." It potentially had an issue with a space being in the path or Mac refers to an existing directory for the site.

When I've looked up the given parse error before I have found that it is often sometimes caused by the web hosts settings that interpret the XML declaration at the top of the index.html as PHP (the <? is shorthand used for opening a PHP script block that is normally <?php). You would need to check with the web host to find out if this is in fact the source of the problem and if they will fix it.
That's why I recommend the OP contact his (or her) web provider. For instance, I had a physical path of /domains/<domain>/public_html and I needed to place my website there, another web host I used to use had me send my stuff to /www/ so it really matters on how the web host set up the environment.
 
That's why I recommend the OP contact his (or her) web provider. For instance, I had a physical path of /domains/<domain>/public_html and I needed to place my website there, another web host I used to use had me send my stuff to /www/ so it really matters on how the web host set up the environment.

I'm a guy, :) and I'm using 000web hosting. Do you guys have any free services that you reccomend?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.