Register Website Host Directory Problems

I'm trying to register a website for ICE and cannot make it
past the Register Website dialog box. The site does not have a host
directory and in DW I've successfully uploaded all the include
files and created the templates, pages, etc. However, while trying
to register the site, I keep getting an error message when testing
the connection "Cannot write to the specified Host Directory" Why
would this be different from what I'm already using to connect with
DW?

Hello Leslie,
I'm sorry you're having problems... I can see that the
InContext Editing files are uploaded to your server. Are both of
these domains using the same web hosting provider?
Have you tried checking or un-checking the Use Passive FTP
checkbox in the Configure Website dialog box in InContext Editing?
When you attempt to register either of the sites, are you
omitting the www. ? (e.g.,
http://www.jwconsultinginc.org/
or just
http://jwconsultinginc.org/)
When you go to one of the websites, press Ctrl+E and login to
edit the page, can you register the website from here? (Click
Configure Website next to Your Account).
Do you have any custom 404 Page Not Found error pages enabled
with your web host? If so, please try disabling them.
Best regards,
Corey

Similar Messages

  • Host Directory Problem

    Using Dreamweaver CS4, trying to upload first web site, having a problem
    when I put public_html in host directory...because dreamweaver then inserts
    a /    , therefore looks like public_html/ and the file will not upload onto the public register.
    Have asked my host company for help...but they keep saying I should drop the /  and then
    everything will OK....but I'm not typing in  slash / ..........dreamweaver is doing it itself.
    Can anybody help please?
    Thankyou

    Are you sure your ftp settings point to the right folder on the hosting server?
    For instance if I have an ftp adress called ftp://www.mydomain.com but the root folder for my website is wwwroot I should set that directory in the ftp dialog of the website settings.
    So the ftp settings of my site will be something like:
    FTP server : ftp://www.mydomain.com
    rootfolder:      wwwroot
    password: mypasword
    login name: my_loginname
    M.R.Biesheuvel
    www.sportjegeestgezond.nl

  • Invalid security certificate for my website host-they say the problem is Apple Safari and use Firefox instead

    For the past few days, I keep getting an invalid security certificate in Safari whenever I select Edit My Site from my website homepage (http://annaporterartist.com), or whenever I select anything requiring a secure log in from my website host main page (FASO.com). I have contacted technical support at my website host (fineartstudioonline.com) and they say that this has been an intermittently recurring problem in Safari for years and they recommend that I use Firefox instead. As proof of this they emailed a link to an Apple Support discussion, but it was for Mac OS X Lion v 10.7.4 and Safari 5.1, even though I told them I am using Mac OS X Mountain Lion v 10.8.2 and Safari 6.0.2. I do not get this error message anywhere else on the web using Safari. I did try Firefox and it seems to work fine, but I prefer Safari and I want to know why Safari is not working as it should be. I am concerned that there is a real security problem with my website host and I need someone to explain why I am getting this error message, what it means, and if it is, in fact, a known problem with Safari or is my website host corrupted? Really tired of technical support playing pass the buck or pretending the problem does not exist.
    The specific error message is:
    Their response to my inquiry and my reply is shown below:

    Back up all data.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    From the menu bar, select
    Keychain Access ▹ Preferences ▹ Certificates
    There are three menus in the window. What is selected in each of them?

  • Problem register Oracle Virtual Directory to WebLogic - urgent ... pls help

    Hi,
    I'm a new to Oracle product and would like to install and run Oracle Virtual Directory for the following purpose:
    Using LDAP client that connects to OVD and to issue ldapsearch command line based on the attrbiutes and filters of each one of the two Directories behind the OVD..
    |-- Tivoli LDAP directory
    LDAP client -> OVD ---|
    |-- MS AD
    I have downloaded the identity management package 11g and install only the OVD on Windows 2003 standard machine.
    I then realized that I have to install the WebLogic package to have WEB UI to the OVD admin.
    So I downloaded the WebLogic 10.3.1.0 package and install it.
    I followed the installation instructions of
    'Installing and Configuring Only Oracle Virtual Directory Without a WebLogic Administration Domain' at http://download.oracle.com/docs/cd/E12839_01/install.1111/e12002/ovd.htm#CIHFFAFH
    and complete the installation.
    Notice that the OVD and the WeblOgic SW are installed on the same Windows machine.
    After that I had to register Oracle Virtual Directory with the WebLogic Administration Server.
    Running the command-line I got the following error:
    Deploying NonJ2EEManagement Application...Done
    Command failed: Exception while registering the instance
    Details are logged in C:\....\provision.log
    opmnctl registerintance: failed
    The provision.log file has the following exception call stack:
    Aug 18, 2009 4:08:05 PM oracle.as.config.provisioner.InstallerCmdLine logInitialCommand
    INFO: Start of command: [registerinstance, -adminHost, 127.0.0.1, -adminPort, 7001, -adminUsername, weblogic, -oracleHome, C:\oracle\product\11.1.1\OracleIDM_1, -oracleInstance, C:\as_admin\asinst_1]
    Aug 18, 2009 4:08:14 PM oracle.as.config.provisioner.InstallerCmdLine handleRunFailure
    SEVERE: Command failed:
    oracle.as.config.ProvisionException: Exception while registering the instance
         at oracle.as.config.impl.OracleASInstanceImpl.register(OracleASInstanceImpl.java:239)
         at oracle.as.config.provisioner.commands.RegisterInstanceCommand.execute(RegisterInstanceCommand.java:11)
         at oracle.as.config.provisioner.InstallerCmdLine.run(InstallerCmdLine.java:86)
         at oracle.as.config.provisioner.InstallerCmdLine.main(InstallerCmdLine.java:44)
    Caused by: oracle.as.config.ProvisionException: Unable to validate NonJ2EEManagement Application deployment on admin server.
         at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:595)
         at oracle.as.config.impl.OracleASInstanceImpl.register(OracleASInstanceImpl.java:219)
         ... 3 more
    Caused by: oracle.as.config.ProvisionException: The AdminServer is not enabled for NonJ2ee applications.
         at oracle.as.config.impl.RuntimeServiceConnection.isValidJrfInstall(RuntimeServiceConnection.java:547)
         at oracle.as.config.impl.RuntimeServiceConnection.deployNonj2eeApplication(RuntimeServiceConnection.java:201)
         at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:587)
         ... 4 more
    Any thoughts ?

    Hi,
    I am also facing the same problem. I have oracle internet directory 11.1.1 installed without domain. I then installed weblogic 32bit exe on same windows server.
    while registering getting the same error. I think it is because of bit compatibility. OID is 64bit and weblogic is 32bit. Not sure.
    thanks

  • I want to host my Muse website on Dreamhost.  When I publish it, what do I put in the "Host Directory" field?

    I want to host my Muse website on Dreamhost.  When I publish it, what do I put in the "Host Directory" field?

    Hi,
    I'm no expert in this but I think you:
    1) first have to buy your domain.
    2) Go to the > manage domain section > under the Web Hosting section Add hosting.
    3) Once this is all done you should be able to access your site with an FTP client.
    4) Once you are in your directory you should see the folder with your domain name.
    5) Drop your published MUSE site into the folder. You should be able to now type your
    URL into a browser and see your site posted online.
    If this isn't clear... I would suggest going onto dreamhost and doing a chat session with them
    they are really patient and helpful!
    Hope this helps a little.
    Steve

  • Specified Host Directory does not map to your Site Address

    I have defined my site using ftp in the Dreamweaver site definitions and I can connect to it and upload changes with no problem. I am now trying to setup InContext editing capability to the site. When I go thru the steps to add a site in the InContext Admin section, the first steps in the process work fine.  I am able to fill out the ftp settings with my username and password and when I test the settings it comes back that it is able to connect to the site.  The next step is where I run into problems.  When I try to add the assets I get an error that says "The Specified Host Directory does not map to your Site Address".  I can use the same username and password with an ftp Client program and I have complete access to the root folder and all the files in it.  I have used exactly the same Host DIrectory in both my Dreamweaver Remote Setup and in InContext Admin.  Why does it work with Dreamweaver uploads and it can not be used to register in InContext?
    My site is www.sonautosales.com and my root folder is defined as /www.sonautosales.com/
    I have included a screenshot of the error message.

    Hi Corey:
    I just went thru the entire thread trying all the suggestions but 
    still no luck.  The closest I come to getting this registered is using 
    the following settings.
    ftp host:               ftp.prioritysalesandservice.com
    Passive ftp:          unchecked
    Username:          prioritysales
    Password:          ****          (I do not mind sending you the password if it will 
    help you solve my problem)
    This tests good all the time.
    Host Directory:     /www.prioritysalesandservice.com/          (This is the folder 
    name that contains my website and in it is the index.html page)
    Image Directory:     Images/                                        (the folder name inside the host 
    directory that contains my images)
    Default Page:     Default.htm Default.asp index.html index.htm index.php 
    index.cfm
    I think the host directory I am using because when I put that in and 
    then use the browse button to find the Image directory it shows all 
    the files and folders in my Host directory
    The website address is:     www.prioritysalesandservice.com
    Please let me know anything else you need, again I have tried all the 
    things mentioned in the thread and by using these settings I get the 
    following error when I save:
    The specified Host Directory does not map to your Site Address (URL)
    THe "/www.prioritysalesandservice.com/" host directory could not be 
    accessed through this Site Address (URL):
    "http://www.prioritysalesandservice.com/"
    Thanks for you help, hope you can figure it out.
    Steve

  • How do I use a specific host directory in the ftp setup?

    I am reestablishing links in CS4 to my websites after an upgrade from Vista to 7.
    I use Go Daddy and the subdirectory capability. I had a difficult time setting up the ftp connection and saw in another posting that the Host directory should be left blank. This indeed worked. The problem is that I want to control access of different designers to different websites that are contained in one hosting account. When I use the correct Host directory in the Site Definition dialogue box as I did with my setup on Vista, I get the error message:
    "An FTP error occurred - cannot open remote folder [FileName]/. Access denied. The file may not exist, or there could be a permission problem."
    However, the file does exist. I have tried various uses of forward slashes, in front, in back, and both, without success. I'm sure there is an answer.
    Any ideas?
    Thanks,
    Mark

    Can you verify that your user account has access to those other accounts?  Is this a reseller account where you have accounts under your own or is this a dedicated box or VPS where the accounts can be in different directories?  Is this a Windows or Linux box
    There's a few things that could be going on, but if it ends up being a permission issue Godaddy will be the only ones who can help with that.  But just an example of a path on a Unix/Linux environment, "public_html/".  There is no leading slash but there is a trailing slash in the path.  If you are connecting to a Windows server it could be slightly different, but my only experience with Windows is in a networked/VPN environment so if that is your case I am sure someone else here can help you out.

  • Adobe Creative Cloud Membership offers 5 websites hosting?

    I am having extreme difficulty in trying to build a website applicable to the 5 websites offered within Adobe Creative Cloud Membership? I have been told by Adobe Support options that Creative Cloud Membership does not offer hosting for any websites despite what I read of the 5 websites being offered in the Adobe Creative Cloud Membership? I have a year memership and when I call support no one so far can answer me on how to utilize these 5 websites hosting. No one knows anything about these 5 websites offered in the ad! I ask if I use any specific product as maybe Muse and I am being told that any specific adobe product CS6 that I have installed through my Adobe Creative Cloud membership has therir own individual support offered not through Adobe Creative Cloud membership anyway? I am very aggravated after being disconnected with assorted support members over the phone. I don't even suppose what I am talking about? Correct? Anyway, I find I cannot get an honest answer to my problem after all. Is this the place I might find conscientious help and understanding with my Adobe created dillema? Please reply as I am a very nice guy that has patience in learning what my Adobe Creative Cloud really offers now after being sold on it for a year?

    You get 5 webBasic level sites with Creative Cloud. Here is more info here:
    http://forums.adobe.com/docs/DOC-2152
    and
    http://tv.adobe.com/watch/learn-creative-cloud/publishing-your-site-to-business-catalyst/
    Frankly Adobe Support is some of the worst support I have ever seen. They do have a few shining stars and some do have good experiences. (I have had good and bad) and I will add Business Catalyst Support is top notch and is also separate from regular Adobe Support.

  • Suggestions for website hosting os 10.9.4?

    I need help with: selecting website hosting providers and/or webmail/email hosting provider; suggestions?
    I have:
    1 mac-mini late 2012, i7 quad core 2.33 Ghz, 16GB RAM (yes, had RAM upgraded at MAC store before bringing it home) 750 GB hard drive, OS Mavericks 10.9.4 as my Primary desktop computer, with HDTV as monitor via HDMI cable. USB wireless wave keyboard (MAC's smaller bluetooth keyboards aggravate Carpal Tunnel Syndrome,), MAC optical/super-drive (aren't they the same thing?) via USB.  I've run it appx 18 months without issue except the mail app (I know; join the club).
    MacBook Pro 13" Retina display, late 2013, i5 Intel 2.6 Gz processor, 512 GB flash drive, 8 GB RAM (2 x 4 GB RAM chips/card/white-thingies-whatchacall'ems), OS Mavericks 10.9.4. It's slow, but otherwise fine for most uses. Same MAC/Apple bluetooth 'magic' mouse used for both, sometimes trackpad on notebook. I use native notebook keyboard and just rest hands frequently.
    iPhone 5s iOS 7.1.
    My problem: I originally set up my 5 gmail accounts on MAC-mini and iPhone per support page instructions. Ran 'connection doctor' more times than I care to count, and always came up saying setup was correct. I was unaware of problems until some eBay customers and family mentioned that I hadn't written them in weeks and that I was not responding to their emails.I went to my accounts on gmail server with Safari (7.0.6) and there were more than 100 emails in each inbox that hadn't made it to my mail app, and several 'sent emails' in both trash and inbox, but not 'sent' folder (the circling about of gmail many have mentioned before me).
    I have set up NO EMAIL ACCOUNTS on MacBook Pro, not wanting to subject it, nor me, to google-mess. (bought it because I will be laid up with surgery on my old dancers'  feet for a few months and cannot use stairs (4-story house)
    What I have done so far:
    Prior to owning the MacBook Pro, I bought and downloaded 3 different mail apps which purported to handle gmail. All three had the same cycling and connection issues. (mail pilot most recent, will amend post when I find names of the other 2), They and were cumbersome, didn't interact with calendar and notes as purported, etc.
    Then set up account at "fastmail.fm" per recommendation of one of the online MAC magazines exactly as directed on fastmail.fm. It worked on iPhone, but not on Mac Mini. Deleted it, closed account.
    I researched website hosting to begin the learning/building/set-up process; makes sense while I am laid up (MacBook Pro 13" Retina by now) AND TO HAVE EMAIL ON DESKTOP. Settled on GoDaddy which has just refunded everything I spent on the site, because after weeks of effort, and trial with various hosting levels and domains, NOTHING WORKED. Used Adobe CC Muse and Dreamweaver to build sites. Both said they had uploaded on MacBook Pro, (used FTP app from App Store and then Muse built-in uploader) but while the proper file sizes (on Go Daddy) were bigger, no websites were visible "Something Cool Coming Soon" persisted.
    Webmail accounts I set up (cPanel) on native MacBook Pro app with 2 different Go Daddy domain names failed. They worked for about 2 hours then simply stopped sending and receiving at all.
    Many calls and online chats with Go Daddy support were non-productive.
    Additional info: Makes sense to have website which I can grow into e-commerce site as I learn. I sell custom and restored Harley-Davidson motorcycles online and Vintage OEM Harley parts. Ebay is okay, but limiting. Wish to use own site separate from/in addition to eBay eventually. When I learn enough ..... yes I'm at novice to website building and management, only used Apple products about 2 years. Yet after decades of fighting with Windows-based PC's and Androids, I'm no stranger to computing, the web, and computers in general.
    What I want: Can someone please suggest SOMETHING that JUST WORKS??!!
    NOTE: I live in rural area so HughesNet satellite internet connection is my ONLY option (slow compared to fiber optics, but fasted Hughes offers -- maybe VZW 4G/LTE could be tried, but I'm under contract with Hughes. Cisco Linksey 2500 Router. I don't know if this is relevant or not.

    Click the ≡ Menu Button in the top right, then the Preferences icon in the panel that opens. If that icon is missing,
    # Click the ≡ Menu Button in the top right.
    # Click Customize in the lower left.
    # Either drag the Preferences icon from the customization palette on the left onto the panel on the right, or click the Restore Defaults button.
    If you somehow had Google Calendar integrated into Firefox, that feature was provided by an add-on.
    * https://addons.mozilla.org/firefox/search/?q=google%20calendar

  • Having a hard time selecting an iWeb website host

    Now that MobileMe is gone and my website is down (yes, i missed the memo)... im researching hosts and having a hard time choosing.
    I would like unlimited storage as I have a lot of photos on my site.
    RAGE sounds good but seems pricey.
    I'm looking for a company familiar w/iWeb so that if there are any issues I have some assistance.
    I have searched the community and googled and keep getting just a few answers.  Nothing that really gives me a solid sense about the companies.  And it seems that RAGE does a lot of self promotion posing as customer which seems a bit sketchy.  I might be completely wrong but thats the sense Im getting from the videos and results I'm finding.
    Is there a site that gives solid reviews of the web hosting companies?
    Where have people here moved their iWeb website to?
    Thanks

    I have been using IX Webhosting for about 4 years with little to no problems "usually the problem was something I did" and they have been quick to solve any issue I have come across.
    As far as the unlimited is concerned they just do not set any pre-determined space or bandwidth.
    I have several websites hosted on my hosting plan ( I am currently using the expert plan ) and haven't ran into any space issues here is my bandwidth (traffic) & disk space usage.
    24/7 Customer Support by Phone, Chat, Ticket, Email
    Though, I haven't took advantage of the phone support the Chat, Ticket, & Email support has been real responsive.
    http://jeffnitschke.com/IXWebHosting.html
    http://jeffnitschke.com/wordpress/2012/06/how-do-i-move-my-mobileme-site-ix-web- hosting-blog/
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Website hosted in particular windows server prompting continuous domain authentication

    Hi
    There are 2 domains A & B .In domain A, there are few websites hosted in 4 windows servers identical in software and hardware configurations ....mean to say in IIS Managers , all the settings are same.I am not aware of IIS technically. but all the settings
    visually are the same.
    The problem 2 days before happened the Domain B users (except 2 users)are continuously prompted for the domain authentication when they try to access this website through the URL which they always use when the URL hits one particular server out of these
    4 windows 2008 R2 servers
    The sharepoint site admin cut a ticket to Windows team with the comment : Check this BAD Windows server
    Error posted is :
    Log Name:      Security
    Source:        Microsoft-Windows-Security-Auditing
    Date:          3/14/2015 8:14:04 AM
    Event ID:      4625
    Task Category: Logon
    Level:         Information
    Keywords:      Audit Failure
    User:          N/A
    Computer:      xxxxxx
    Description:
    An account failed to log on.
    Subject:
                    Security ID:                         NULL SID
                    Account Name:                 -
                    Account Domain:                             -
                    Logon ID:                             0x0
    Logon Type:                                       3
    Account For Which Logon Failed:
                    Security ID:                         NULL SID
    Account Name:
                    Account Domain:                             xxxxxxxx
    Failure Information:
    Failure Reason:                                The user has not been granted the requested logon type at this machine.
                    Status:                                  0xc000015b
                    Sub Status:                         0x0
    Process Information:
                    Caller Process ID:             0x0
                    Caller Process Name:     -
    Network Information:
                    Workstation Name:        xxxxxxxxxxxxxxx
                    Source Network Address:            xxx.xxx.xxx.xxx
                    Source Port:                       53827
    Detailed Authentication Information:
                    Logon Process:                  NtLmSsp
                    Authentication Package:               NTLM
                    Transited Services:          -
                    Package Name (NTLM only):       -
                    Key Length:                        0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or
    Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
                    - Transited services indicate which intermediate services have participated in this logon request.
                    - Package name indicates which sub-protocol was used among the NTLM protocols.
                    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    If the problem existed in this particular server, how those exceptional 2 users are having the access.I agree they are the sharepoint admins...
    How and where to check the investigation?
    Thanks & Regards S.Swaminathan Live & let others live!!!

    Hi,
    >>The problem 2 days before happened the Domain B users (except 2 users)are continuously prompted for the domain authentication
    Based on the description, we can check the following article to see if it's helpful.
    Troubleshooting: I Keep Getting Prompted for a User Name and Password
    https://msdn.microsoft.com/en-us/library/cc750194.aspx
    Besides, for this question, in order to get better help, we can ask for suggestions in the following two forums.
    IIS Forum
    http://forums.iis.net/
    SharePoint Forum
    https://social.technet.microsoft.com/Forums/office/en-US/home?category=sharepoint
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Host directory issues

    Hi
    I am doing some very simple changes to a someones website.
    I have accessed the FTP and have all the login details and
    thats fine.
    However im not sure what to put in the host directory as
    whatever i save it doesnt change the existing page.
    I am just uploading the index.html and leaving the host
    directory blank.
    I have tried public_html and home etc but cant seem to get
    rid of the page!
    Many Thanks

    Usually from what you're describing public_html will be the
    directory to put
    your files in. Make sure there's no other page in that
    directory with
    index.* or default* in the name since they may be taking
    precedece.
    MD
    brisboy wrote:
    > Hi
    > I am doing simple very simple changes to a someones
    website.
    > I have accessed the FTP and have all the login details
    and thats fine.
    > However im not sure what to put in the host directory as
    whatever i
    > save it doesnt change the existing page.
    > I am just uploading the index.html and leaving the host
    directory
    > blank.
    > I have tried public_html and home etc but cant seem to
    get rid of the
    > page!
    >
    > Many Thanks

  • Host directory fail

    I have a site set up with Dreamweaver.
    The Dreamweaver remote setup has /mitod.org/ for the host directory.
    When I attempt to set up the InContext for this site, I browse to the webroot directory -- mitod.org -- and select that. InContext complains that the specified host directory does not map to this site address.
    Dreamweaver doesn't have a problem with this address.  I can upload and download files without problem.
    The full path is /home/mitodorg/mitod.org/  but InContext complains that it cannot open the remote directory.
    Any ideas?  I'd like to take advantage of InContext editing.
    TIA

    Hello jomariworks,
    Thanks for your patience. I apologize that this reply is coming so late.
    Various entries in the host directory field have resolved this error for other users in the forums. Please take a look at the following thread and let me know if any of them solve the problem, or if you're still encountering the error:
    http://forums.adobe.com/message/2069453#2069453
    Best regards,
    Corey

  • Error uploading in host directory

    Hi
    I've seen different topics on this but I still can't seem to fix my problem.
    Whenever I put a host directory (in my case: www) I get an error message. Please check out the two files below for more insight.
    This used to work before so it's a total mystery to me.
    Thanks in advance!

    Which reader you're using?
    If you use GemPlus like, check your opencard.properties and find this line:
    OpenCard.terminals=com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory
    I had the same problem, using new pscs wrapper, because the previous line was like this:
    OpenCard.terminals=com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|myGEMPlus|GEM430PC|SHARED.
    After I removed the reader definition, everything was ok.
    Regarding the second error, check your APDU command, is it properly structured. If you send command, without data, then the command should look like this (without LC):
    CLA, INS, P1, P2, LE
    Cheers

  • Is MobileMe a regular website host like Fat Cow, etc.?

    Hi,
    I was looking at the various website hosts like Yahoo!, Fat Cow, etc. so that I can start a website for a small business. Then I remembered MobileMe and the iWeb software. I was wondering if a MobileMe account can be used like these other website hosting services? Would I be able to use a registered domain name like www.mydomain.com, or would I be able to register through MobileMe?
    Also, I was wondering if there were any services that could be embedded like PayPal, or an Amazon.com link.
    Thanks!

    imuhlhauser wrote:
    ...start a website for a small business. Then I remembered MobileMe...
    The _MobileMe Terms of Service_ state:
    The Service is designed for personal individual use and is not intended to be used for commercial business purposes, including, but not limited to, transacting online sales or software distribution via an e-commerce site.

Maybe you are looking for

  • 10gR2 OUI failure on Windows XP Pro SP3

    I had 10g Express edition running successfully but wanted to move up to 10g Standard / Enterprise. I am running Windows XP Professional with Service Pack 3 and my computer has an AMD Athlon 64 X2 Dual Core Processor. I have downloaded the windows 32b

  • Screen

    I would like to ask you how can i clean my iMac screen. Can you tell me a couple of products that i could buy?  Thank you

  • Reset "international language" in system preferences?

    hi on one of my client macs is a really funny display of: http://www.usz.tu-darmstadt.de/images/Fotos/bildersportangebot/bild%202.jpg normally it should look like this: http://www.askdavetaylor.com/1-blog-pics/mac-system-preferences-international-in

  • Putaway strategy sequence

    Dear Experts, Please suggest me for the following scenario. I have material master with storage types N00 and D00, In which i have assigned the Placement strategy For  D00   = R10 - R10 -D00 For N00 = N00 If the case is like that, then how the system

  • SAP NOTE: 1787850 -  ESS Config EHP6

    1787850 - RDS for employee & manager self service in NW portal V3.606 Hi all, Can we use above note for general SAP ESS config or is it just for RDS! Also please send me any other useful links for portal config. What extent of Enterprise portal knowl