Change URL in iWeb?

I threw together a site over the weekend in iWeb that would be just fine for my small business needs at this time. However - the URL is too complicated to give out to clients. Is there a way to set up an alias for the iWeb URL (as well as a .mac email address for that matter)? Ideally, I would love for someone to click onto "www.x.com" and be directed to my iWeb site.

However - the URL is too complicated to
give out to clients.
Isn't it just
web.mac.com/username/iWeb
and the email is [email protected]
It's hard to get much simpler than those.
I would love for
someone to click onto "www.x.com" and be directed
to
my iWeb site.
The way to do that is to rent the domain name x.com
from one of the many companies that does such things
and then redirect it to your .mac url. Also if you
want to use short urls there is a service called tiny
url
http://tinyurl.com/
Whilst I agree with the method as a possibility
"The way to do that is to rent the domain name x.com from one of the many companies that does such things and then redirect it to your .mac url."
Isnt the whole idea of iWeb to make web design simpler. I have a small business and would seriously look at Macs if I could do my own web design. I am put of if I cannot use my company URL and for emails to go to that URL at [email protected] writing the URL reinforces in the customers mind the company presence. I am supprised it is not possible to use iWeb alone to do this work. I also have a problem with ISP Servers when using Filemaker databases. You are almost there as a service provider, what is holding Apple back from what seems from the outside as a terrif opportunuity to expand into smal business sales?
Phil C

Similar Messages

  • How to change url of bsp page

    Hi experts
    I have created a BSP application , In login pafe i want to change  URL which we use for TEST .
    Or can can i redirect to another url , when TEST the page.
    Thanks & Regards
    Prashant Gupta

    Hi Prashant,
    Re-directing to another URL on load of page is a very simple piece of HTML code.Put this on the layout of page from where you want to re-direct to the other URL.
    <html>
    <head>
      <metas http-equiv="refresh" content="0;url=http://sdn.sap.com">
    </head>
    </html>
    Here the important line is the 3rd line which begins with "<metas". The operation is "refresh" which means to "refresh" the current page with the information that follows. The content begins with a zero, which is the number of seconds to wait, and then the URL that you should be taken to.
    So the above code would re-direct you to the http://sdn.sap.com page as soon as you log in.
    Hope this helps!
    PS : meta changed to metas to allow adding of the code.
    Regards,
    Saurabh

  • Firefox 3.6.14 shows URl but displays nothing, changing URLs crashes it

    After Firefox 3.6.14 installed itself on my Mac, I have not been able to see any page and if I change URLs, it crashes. How can I get a back copy of Firefox?

    After Firefox 3.6.14 installed itself on my Mac, I have not been able to see any page and if I change URLs, it crashes. How can I get a back copy of Firefox?

  • Shorten url in iWeb

    Hello there folks, I have a portfolio about my work as a architectural technologist at http://www.simonenevoldsen.dk. To build up this website I have been using iWeb and comes the problem! I have used the blog version of iWeb and because that when you click at one of my completed assignments I'll see a long and ugly url.
    I would like it to go like this www.simonenevoldsen.dk/archtech/4sem/Outline_Proposal but it doesn't!
    I sound like instead www.simonenevoldsen.dk/4semester/Optegnelser/2014/10/3_Outline_Proposal
    Can you help me using iWeb or an Adobe product like Dreamweaver?
    Regards Simon

    Google
    how to shorten url in iweb blog

  • Changing URL for E_BUSINESS system

    Hi,
    how to change URL for E_BUSINESS system ? Should we only edit contexte .xml files and launch autoconfig? Which parameteres ?
    Many thanks.

    Hsawwan, thank you. I did this :
    to modify "s_login_page" and run AutoConfig. Make sure you have the latest AutoConfig patch applied (Patch 5985992 - TXK AUTOCONFIG ROLLUP PATCH Q (JUL/AUG 2007))
    Now it is OK for login page. But :
    1-when entering in E_BUSINESS or OAM it goes back to ancient URL ? Should we change some other parameters ?
    2-when loging in for example as sysadmin, first time it fails with this message :
    You have insufficient privileges for the current operation.
    we login again and it is ok , user can enter.
    Many thanks.

  • Changing URLs on multiple pages

    Hi,
    after Migration from SP2007 to 2010 I have to Change URLs on multiple (about 400) pages. The pages contain XSLTListViewWebparts, DataFormWebparts, ListViewWebparts and XSLT with hardcoded URLs. About 20 URLs per page.
    Can I achieve this with some scripts? I am able to write a script for the Webpart properties, but I don't know how to modify the XSLT. Best way would be to simply change the source code, but until now I was just able to modify the "ghosted"
    part of the source code. It didn't affect the Webparts and so on.
    Thanks,
    Stefan

    Hi Stefan,
    Per my understanding, you might want to change URLs on your pages which are generated from XSLT.
    A solution can be like this: as the URLs are hardcoded in these pages, we can iterate through the URLs which you want to modify in each page using JavaScript. Then add the JavaScript
    into the master page, it would take effect on the pages which referenced this master page.
    About
    how to add custom script into SharePoint master page:
    http://techtrainingnotes.blogspot.com/2012/05/adding-javascript-and-css-to-sharepoint.html
    Feel free to reply if there may be questions about the solution above.
    Thanks
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Change url connection to socket

    hello i have a problem about a socket connection can you help me
    i want to change url connection to socket connection
    here is
              java.net.URL url = new java.net.URL("http://64.74.75.74/approot/webapp/ZOR/bare");
              connection = new sun.net.www.protocol.http.HttpURLConnection(url, " ", 0);
              connection.setRequestMethod("POST");
              connection.setDoInput(true);
              connection.setDoOutput(true);
              connection.setUseCaches(false);
              java.io.ObjectOutputStream out = new java.io.ObjectOutputStream(connection.getOutputStream());
              out.writeObject(getTextFieldGiden().getText());
              out.flush();
              out.close();
              return (String) (new java.io.ObjectInputStream(connection.getInputStream()).readObject());how can i change it to
    socket connection because i must write it in c++
    thank you very much

    why are you replaying if you don' t have a solution peter?
    i have a big c++ project and in it somewhere must do the job the code i send in java do.
    &#304; also want to say i dont want it's c++ code ,i want to know how it can be with java sockets.

  • How do I remove old web site when publishing new site with same URL in iweb? Hit replace when publishing new iweb site (so we could have control over changes) but new site name is attached to old via a / after our www address we want to keep.

    I hit the replace when publishing the new iweb site (so we could have control over changes - last one was not an apple based site) but new site name is attached to old via a forward slash and underscore after our www address. Makes it very messy with a very long web address.  Original address now followed by iweb site name followed by name of first page? Went for iweb as not that computer literate - all going so well?! Cheers for help in anticipation. Have to get off to work now but be great end to week if we could be sorted tonight. Rupes

    Well yes of course, if you try and publish through iWeb there won't be an option to publish without your site folder which is exactly why I told you to download Cyberduck and use Cyberduck to upload your site to your server having published your site from iWeb to a local folder.  That is what you need to do if you don't want your site name to be included in yoru url.
    It would have been easier also if you had used Cyberduck initially to connect to your server and delete your old site yourself - at least that way you would have deleted the correct files rather than relying on your hosting service to do it and doing it incorrectly.
    Download Cyberduck and then select the publish to a local folder option from iWeb and then use Cyberduck to upload your site to your server, but rather than uploading the whole site folder and separate index file, upload ONLY the contents of your site folder and then your url will be http://www.domain.com/page_name.html.
    It really isn't rocket science!

  • How do I change a page url in iWeb

    Hi guys,
    I used to have subwebs in iWeb to order different pages.  Now I'm publishing via Fetch to a new hoster, I find that some of the pages have retained the old sub web url, e.g. www.mydomain.com/subweb/page.
    I physically dragged all the pages into the top level mydomain.com folder in iweb, but I'm suspecting that becuase i can't now publish to mobileme, its not changing the url; certainly all the pages are showing red in the iweb (08) directory.
    Is there anyway I can edit the page url to remove the subweb address.  If I do it physically in Safari, the link then works, but that s a pain.
    Thanks
    Al

    I think you may mean sub site and folder name. A sub domain is a different thing and has a URL something like ...
    http://sub-domain-name.domain-name.com
    Whereas you probably have ....
    http://www.domain-name/site-name/page-name.html
    See this page for how to remove the folder name...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html

  • Change URL for accessing iWeb pages

    Hi,
    I'm publishing to a folder and my site is being hosted on a Godaddy account.
    The problem I am having, is that I do not like the long URLs that each of my iWeb pages has. For example if I want to forward a link, it's something like "www.domain.com/SITENAME/PAGENAME/FILE." I'd much rather have something cleaner like "www.domain.com/blog" or "blog.domain.com" to forward as a link.
    I've been searching around for an answer and found info on Domain Forwarding, Domain Masking, CNames and subdomains. But none of this has fixed the issue. I thought domain forwarding/masking would, but when I entered the info in to GoDaddy my site still had the long URLs when I navigated to it.
    Is there anyway to either hide those long URLs or edit the site to shorten the names of the pages? If someone could put up a clear roadmap, step by step, of how to fix this issue that would be great.

    I believe GoDaddy offers CNAM forwarding and masking for sites they host. They do for sites hosted on MobileMe. The CNAME method will give the following in the URL window:
    CNAME
    The CNAME method as setup will display:
    DomainName.com/SiteName/Page1.html
    DomainName.com/SiteName/page2.html
    This will display http://DomainName/SiteName/PageName.html for each of the pages and will let visitors bookmark individual pages.
    F+rom Akdream in Support Domain Name, what is it all about
    This is how it is when you host the site on MobileMe and it should work if you host it on GoDaddy. It will give you what you want so check with GoDaddy and see if and how to activate it.
    OT

  • Changes made in iWeb not reflected online

    Hello,
    I succesfully rehosted my website after mobile me closed and decided to make some changes whilst I was doing so.
    With the site live again I noticed an incorrect link.  I have fixed it in iWeb and tried to publish the site again.  iWeb tells me the publish was complete but the link is still incorrect online (despite being good in iWeb)
    Any ideas?
    Cheers

    The first thing to try is emptying the browser cache or put a ? at the end of the URL to force the browser to load the new version from the server and not from the cache.

  • Site Name VS. Webpage URL in iWeb'09 - PLEASE HELP!

    I have a website I created and have been trying to publish via iWeb on my FTP server.
    It tests fine, and since I've tested publishing it with other free site builders. I am positive it works fine on the justHost.com (my host) side of my FTP Server settings and that all my username and password info is correct. In fact, I can see the issue but don't know how to get around it.
    When I type my website name in *Site name* in the *Site Publishing Settings* (ie; Site name: www.mywebsite.com), and then I type in the REQUIED *Website URL* (ie: http://www.mywebsite.com) it adds them both together when publishing to the site "http://www.mywebsite.com/www.mywebsite.com" and it says so in the popup window here...
    This is how the iWeb tutorial video explains doing it.
    I've tried to add other things into the *Site name* area, maily variations of my website. It still won't work. When I tried not to type anything in site name it gave me this pop-up...
    What am I doing wrong!
    Why can't I just Publish it to "www.mywebsite.com".

    This is just how iWeb works and it is part of the iWeb site structure to publish in this way.
    You can change your site name to something shorter like Site or just S or a shorter version of your domain name so that you don't get the double domain name and your url will then be http://www.domain.com/Site/pagename.
    Some have suggested that if you are using the built in ftp of 09 that you name your site public_html or www or htdocs or whatever file your host requires you to upload to and then leave the path/directory name empty - this may mean that you site folder contents will just be uploaded.
    I have never tried this, but prefer to publish to a folder instead and then use Cyberduck to upload the contents of my Site folder rather than the whole folder itself and you then get the url http://www.domain.com/pagename. However, be warned that if you need the RSS feed to work then it won't if you use this method.

  • How to Change URL of BPA after clicking on Open Document in PO Notification for India Localization?

    In the Purchase Order Approval workflow notification , there are two links at the bottom of page under heading REFERENCES,
    - view PDF
    - open document
    So when we click on open document, the Oracle Forms loads and  purchase order screen will appear in the screen.
    In case of India localization, for standard PO the India local screen opens, where we can see the taxes by clicking on Taxes Button.
    But in case of blanket purchase agreements, when we click on open document link from the notification,we are routed to the application with the screen of global purchase order, instead it
    should go to Purchase Orders(Localization).
    We want to move to the India local po screen for BPA.
    So please let me know, where I can change the URL for Blanket Purchase Agreements.
    Regards
    Sandeep

    Hi kalyani,
    Please check my inbound plug code...tell me what changes wee need to do and where wee need to add this code...once again thanks for your reply..
    METHOD
    ip_inboundplug.
    **CALL METHOD SUPER->IP_INBOUNDPLUG
    ** EXPORTING
    ** iv_collection = iv_collection.
    DATA: lt_ivr_url_param TYPE tihttpnvp,
    ls_ivr_url_param TYPE ihttpnvp,
    lr_searchcustomer TYPE REF TO if_bol_bo_property_access,
    ls_searchcustomer TYPE crmt_bupa_il_header_search.
    CALL METHOD cl_crm_ui_session_manager=>get_initial_form_fields
    CHANGING
    cv_fields = lt_ivr_url_param.
    lr_searchcustomer ?= me->typed_context->searchcustomer->collection_wrapper->get_current( ).
    CHECK lr_searchcustomer IS BOUND.
    READ TABLE lt_ivr_url_param INTO ls_ivr_url_param WITH KEY name = 'sap-phoneno'. "'sap-phoneno'.
    IF ls_ivr_url_param-value IS NOT INITIAL.
    ls_searchcustomer-telephone = ls_ivr_url_param-value.
    CALL METHOD lr_searchcustomer->set_properties( EXPORTING is_attributes = ls_searchcustomer ).
    eh_onsearch( ).
    ENDIF.
    ENDMETHOD

  • How to change URL of Webservice Model without reconfiguring or creating new

    Hi,
    I have create a WebService Model with DEV url (some Dev URL ) using
    Import WebService Model DEPRECATED option
    Now my application is moving to TEST and PROD.
    Is it possible to change DEV URL in webdynpro application application without reconfiguring MODEL or recreating new
    with TEST and PROD urls.
    Please help me

    Hi,
    You need to use adaptive webservice model to change the webservice URL based on the environment i.e. Dev,Test or production which is availiable in NWDS 2004s environment.
    You can refer to links mentioned in below forum.
    Re: Differnce between adptive web service model and webservice model(depricated
    if you you are using webservice model then you need to write the code to generate URL for end point dynamically based on the application environment.
    and then you need to set EndPoint of webservice model with that URL befroe execution of the model.
    e.g.
    String l_endpointurl ="http://"+ l_Server+ ":"+ l_port+ "/webservice name/Config1?style=document";
    l_modeloobject.modelObject()._setEndPoint(l_endpointurl);
    //if service is secured....
    l_modeloobject.modelObject()._setUser(l_userID);
    l_modeloobject.modelObject()._setPassword(l_pwd);
    l_modeloobject.modelObject().execute();
    Regards,
    Shruti.

  • How to change URL for "Log Out" link in CE?

    We need the Communications Express "Log Out" link to go to a different page to the usual log in page. How can I change this?
    I've found the logout function in the uwc/common/Header.jsp file which looks like:
    function logout() {
      url = "<%= getLogoutURL(request) %>";
      top.window.location = url;
    }and I've found the getLogoutURL fuction in the uwc/js/resourceBundleUtils.js file which looks like:
      public String getLogoutURL(HttpServletRequest request)
        return UWCApplicationHelper.getLogoutURL(request);
      }But I can't find where the URL is actually configured.
    any help would be much appreciated.
    Edited by: brett_ac on Jun 30, 2009 5:05 PM

    brett_ac wrote:
    We need the Communications Express "Log Out" link to go to a different page to the usual log in page. How can I change this?
    I've found the logout function in the uwc/common/Header.jsp file which looks like:
    function logout() {
    url = "<%= getLogoutURL(request) %>";
    top.window.location = url;
    You got it in one. If you wanted the logout button to redirect to google you would set:
    function logout() {
       url = "http://google.com/";
       top.window.location = url;Then restart the web-container.
    and I've found the getLogoutURL fuction in the uwc/js/resourceBundleUtils.js file which looks like:
      public String getLogoutURL(HttpServletRequest request)
    return UWCApplicationHelper.getLogoutURL(request);
    }But I can't find where the URL is actually configured.UWCApplicationHelper is in inbuilt java class. The UWCApplicationHelper.getLogoutURL java function returns:
    <current URL context>/base/UWCMain?op=logoutSo for example if UWC is deployed to http://myserver.domain.com/uwc you would get a logout URL of:
    http://myserver.domain.com/uwc/base/UWCMain?op=logoutRegards,
    Shane.

Maybe you are looking for