How to shorten iWeb URLs

I see that I can change the master iWeb page's URL.
But I cannot shorten the sub-pages.
How can I change a blog/blank/photo page's url to be:
http://web.me.com/lastname/pagename
Thanks,
Mike

You can't do what you want. With MMe it has to be:
http://web.me.com/MMeAccount_Name/Site_Name/PageName.html.
The only way you can change that is to purchase a domain name and have domain name forwarding.
Using the CNAME method. That will give you the following URL:
http://www.yourdomainname.com/SiteName/PageName.html, still more than you want.
If you use the simple URL forwarding and masking you will get:
http://www.your-domain-name.com/
This will be for each page in the site. The downside to this masking is that visitors can only bookmark the first page of the site. That may or may not be a problem for you. My tutorial site is set up that way: http://toadstutorials.info/
Here are some topics and pages regarding domain names with MobileMe:
http://docs.info.apple.com/article.html?path=MobileMe/Account/en/acct17114.html
http://discussions.apple.com/thread.jspa?threadID=1164519&tstart=0
http://discussions.apple.com/thread.jspa?messageID=9617432#9617432
http://iwebfaq.org/site/iWeb_Domains.html
*The only URL you need to give to others for accessing your site is http://web.me.com/MMeAccountName*
OT
Message was edited by: Old Toad

Similar Messages

  • How to shorten URL of Sender Http adapter?

    Hi,
    in a HTTP-BPM-R3 scenario I have given the below adress to a 3rd party application which is goiing to trigger BPM:
    http://<server>:<ABAP-port>/sap/xi/engine?type=entry&version=3.0&Sender.Service=<YourService>&Interface=<YourNamespace>%5E<YourInterface>&sap-user=XXXX&sap-password=XXXX&QualityOfService=ExactlyOnce
    However they say that their tools doesnt allow to enter more than 127 char as URL. So they asked me to shorten it. Is it possible?
    Of course I can shorten ns,interface, user, pass length (and by using synch interface the last part can be chopped off) but I wonder how to get rid of "&version=3.0" or user/password for a specific interface. Or is there any other solution inside PI like in ICM or somewhere defining a URL mapping/routing and converting a  tiny URL to URL above?
    PI: nw2004s SP20.
    Any help will be appreciated...
    Best Regards,
    Edited by: FIT CONSULTANT on Jul 17, 2010 9:31 AM

    Thanks guys,
    My problem is not resolved (I did not try the dispatch configuration) I shortened the URL by shortening the namespace. Now I have a different problem thread:
    Http sender without SOAPAction
    Regards,

  • How to shorten WebCenter Portal URL

    Hi everyone.
    I'm developing webcenter portal application and I face to problem with unfriendly URL. Previously, I can use URL compression and URL template on WebLogic Portal. But, when switch to WebCenter Portal, I cannot found any solution to compress/shorten the URL. So that, many problems occured with very very long URL (larger than maximum limit filepath of filesystem, larger than 1024 character). So, have you ever tried to do it ? Can you give me some instruction ?
    Any suggestion is appreciated :)
    Regards.
    Cuong Pham

    As far as I know, there is no real solution. Oracle ADF uses the parameters that are part of the URL.
    Have a read here:
    WebCenter Spaces Pretty URL Question
    https://groups.google.com/d/msg/webcenter-emg/sy0yUiKMngo/RedHIsbJm24J

  • Publishing to .mac pay pal buttons disappear/How to integrate iweb enhancer

    When I publish my website to a folder, the index html file gives a perfect working model of my website. When I publish to .mac, the pay pal buttons disappear and leave the same raw input that appears on the iweb page.
    Could it relate to iweb enhancer?I understand how to use iweb enhancer when publishing to a folder. How is it used when publishing to .mac?
    CAN ANYONE PLEASE HELP! I must get the site correctly published ASAP to sell concert tickets and time is running out!!

    It will work just fine publishing it to your own domain / host. Just insert the code as a Web Snippet and upload it as you normally would.
    I don't know about changing the PayPal link but you could try to create your own custom made image and just take the PayPal url from the code they gave you and connect it as a hyperlink in iWeb -- I would think it would work fine.

  • How to migrate iWeb to Yummy FTP hosting

    How to migrate iweb to another FTP hosting using Yummy FTP

    Publish your site to a local folder using the second method shown on this page if you are using iWeb V 3...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... or from the file menu if you are using iWeb V 2.
    Set up your hosting account...
    http://www.iwebformusicians.com/iWeb/Website-Hosting.html
    Login to your hosting account with Yummy and browse to the local folder on the left side of the window.
    Drag the index.html file and the folder across and drop them into the root folder on the server.
    Alternatively you can upload the files like this...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html
    More about uploading here...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Upload.html
    If you used a domain name with MobileMe you will need to point it to the new server.
    Also, redo your SEO so that we can find your site...
    http://www.iwebformusicians.com/Search-Engine-Optimization/SEO.html

  • How to track the URL that comes from a referred page using XSQL Custom Handler

    Hi,
    I have a cold fusion page(say cf.cfm) that sent a request to xsql page(say test.xsql) and then xsql page displays results. I want to capure the URL of cf.cfm page and then after checking its host name and path name for correctness then want to display the test.xsql results.
    Please let me know how can I capture URL of the refered page(cf.cfm) in the Custom Handler and then I want to extract host-name and path-name out of that url and on the basis of their values I want to display the result of XSQL page(test.xsql).
    Regards
    a2012

    req.getHeader("Referer") will return the referring url

  • How to open a URL without session ID and reuse the current browser session?

    Hi All,
    I have a question about HTMLDB 2.0
    How to open a URL without session ID and reuse the current browser session?
    That was the behaviour in HTMLDB 1.6 ...
    My usecase for this is the following:
    We have written an issue tracking application, which sends e-mail to the interested users, when something happens.
    In these email we've put a link to some page, with some parameters in the URL.
    The idea is for the user to be easy to click on the hyperlink and to see the details of the ticket.
    When the user clicks on such a link he is directed to a login screen (page 101) and he enters his Username and password, and is then forwarded to the details for the ticket.
    Then he receives another email (e.g. for another ticked). He clicks on the link and :
    a) in HTMLDB 1.6 he goes to the details as he didn't close his browser and session is remembered
    b) in HTMLDB 2.0 he is prompted to enter username, password with the username populated
    Please tell me how can I achieve the same behaviour in HTMLDB2.0 as it was in HTMLDB 1.6.
    I understand this change is somehow security related, althogh I don't understand how. If you can explain this either I would be very happy?
    Best regards,
    Mihail Daskalov

    Mihail - I detailed a couple of approaches here: Re: Application Link
    Scott

  • Drive Utility Help Viewer "does not know how to handle selected URL"

    I have Drive Utility 10.5.6, according to . I'm trying to reformat a FAT32 partition on an external drive to Mac OS X Ext. Journaled in preparation for using SuperDuper to back up my Mac HD boot partition. For a time, which seems to have passed, now that erasing the partition has been done. The Disk Utility Help wouldn't work. Instead of putting up topic information, I got a message saying "Help Viewer does not know how to handle selected URL", followed by an reference to an html file that allegedly existed inside a set of folders inside the app. Where, of course, Finder cannot see. Once the erasing was done, Help seems to have come back. I tried Apple Support, but could only get a reference to OS 9 Appleworks macros not working in OS X. No help at all. Is this a question? I don't know. Help is working now. But for a while it was very annoying. It must be one of those little windows glitches that no one ever bothered to fix.

    In order to change a FAT or NTFS formatted drive for use with OS X you will need to do the following:
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (for Intel Macs) or APM (for PPC Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    If you have an Intel Mac and can partition the drive using GUID then you can have FAT32 and OS X partitions on the same drive.
    As for problems with the Help viewer see:
    In most cases doing the following will restore the Help Viewer:
    1. Trash the following three files, if extant:
    /Home/Library/Preferences/com.apple.help.plist
    /Home/Library/Preferences/com.apple.helpui.plist
    /Home/Library/Preferences/com.apple.helpviewer.plist
    2. Trash the /Home/Library/Caches/com.apple.helpui folder.
    3. Empty the Trash and Restart.
    Visit The XLab FAQs and read the FAQ on the Help Viewer for additional suggestions.

  • How to change the url of "Add New Item" of a particular list in SharePoint 2013???

    Hi Guys,
    How to change the url of "Add New Item" of a particular list in SharePoint 2013???
    I need to redirect it into the page where I have created my Visual web part.
    Please suggest
    Warm Regards,
    Tony Joy

    Hi,
         There are multiple ways to change the form url like javascript, SharePoint designer, custom code, editing default form to have custom web part etc, Please follow the url below that describe diffent methods and steps
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ec2769a0-683c-4023-8804-b596e4f92a3a/change-default-forms-on-custom-list?forum=sharepointcustomizationlegacy
    Hope it helps!!!
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

  • How to generate wsdl url in Siebel 8.1

    Dear Gurus,
    Please help, how to generate wsdl url from inbound web services in Siebel 8.1
    Regards,
    Eldin

    Hi Raj,
    I've tried, this url did'nt recognize as a web service.
    For example, in Oracle E-Business Suite ( Integration Repository ) there's a button to generate wsdl url. The wsdl url is http://servername/webservice/pls/test?WSDL.
    So is it possible we generate wsdl url like in E-Business Suite ? Or there's something we need to configure so Siebel wsdl url will recognize as web service in E-Business Suite.
    Thanks for your response.

  • How to assign a URL in the Tabular Form

    Hi,
    I am using the htmldb.item api's to create manually,the Tabular form. I have got a column in the database(View) like
    ''||substr(DESCRIPTION,1,30)||decode(substr(DESCRIPTION,30,1),null,null,'...')||'' DESCRIPTION,
    which displays as a URL and when the user clicks this URL, the page will have a popup page(in this case it is redirected to page 52).
    My probelm is , if I use wwv_flow_item.display_and_save for this column, I dont see the URL, but it displays the above entire string (along with the HTML tags).
    If I do not use wwv_flow_item.display_and_save, I can not use this item in the COllections as I am using the some validations to display an Error message (Inline with field and in Notification)
    I cannot display the Validation error in the - On Error Page as I should prevent the user to use the browser buttons
    Please let me know how to display the URL and to have this information in the Collection
    TIA
    Ravi

    Ravi,
    Can you fetch the column twice, once into a non-escaped display type that does not generate a form item and again into a hidden item for your collection?
    Scott

  • How to design the URL?

    How to design the URL?i know that the Google  will take down the good URL.such as the staticize URL Google will like more..

    A site's URL structure should be as simple as possible. Consider organizing your content so that URLs are constructed logically and in a manner that is most intelligible to humans (when possible, readable words rather than long ID numbers). For example, if you're searching for information about aviation, a URL like http://en.wikipedia.org/wiki/Aviation will help you decide whether to click that link. A URL like http://www.example.com/index.php?id_sezione=360&sid=3a5ebc944f41daa6f849f730f1, is much less appealing to users.
    Consider using punctuation in your URLs. The URL http://www.example.com/green-dress.html is much more useful to us than http://www.example.com/greendress.html. Google recommends that you use hyphens (-) instead of underscores (_) in your URLs.
    Overly complex URLs, especially those containing multiple parameters, can cause a problems for crawlers by creating unnecessarily high numbers of URLs that point to identical or similar content on your site. As a result, Googlebot may consume much more bandwidth than necessary, or may be unable to completely index all the content on your site.

  • How to know that URL is currenty open into other Group Tab feature ?

    Hello Firefox team,
    I use a group tab features (CTRL+SHIFT+E) and I have open many URLs in many group tab's. This URLs are on one domain because I work on one SupportTeam website and all cases/tickets have different URLs.
    I don't know that I open a duplication tab (cases/ticket) who is open in other tab or on tab in other group tab.
    How to know that URL whom I open is a duplication?.
    Best Regards
    Marcin Przysowa

    I upgrade FF to 10.0 version. The situation is the same.
    For me some information bar is perfect like:
    This URL is open in $grouptab_name.
    By click into that hint I should be jump to older tab in $grouptab_name.

  • How to edit the URL in the mail that is triggered from Solution Manager 7.1 ?

    Hi,
    When we perform an action "To Be Approved" for an RFC (Request For Change) in Solution Manager, a mail will be triggered to the respective Change Manager. In that mail, a link will be there which will guide the Change Manager to the SAP Logon Pad.
    The problem is, the link in that mail is not pointing towards the required system. It is taking the change manager to Development system instead of Production System.
    Can you please help me, how to change this URL link in that e-mail that is being triggered when the action is performed. I just need to remove the Development system URL and paste the Production system URL.
    Thanks in advance,
    Bharath.

    Hi Bharath,
    Please check below Blog and KBA:
    Incident Management and Change Request Management: E-Mail functionality
    in SAP Solution Manager 7.1
    http://scn.sap.com/docs/DOC-35291
    1831361 - Solution Manager - Changing status in CRM_UI gives BSP error
    Exception Class - CX_SY_DYN_CALL_PARAM_MISSING
    Thanks
    Vikram

  • How do you harness URL external application in a JSP?

    I have successfully deployed the Yahoo Finance sample URL External Application. However, I do not understand how to utilize the URL classes (in the pdkjava.jar) to harness the external application information once a user has authenticated. I am building a JSP portlet that displays and applet, however the applet requires a username and password. I need to get the Username and Password from external application, which it gets from the user via External Application. How do I get these values in my JSP (that is defined in my provider.xml)? I keep seeing documentation regarding the ExternalPrincipal object however I don't understand how to utilize this object in my JSP. I beleive the ExternalPrincipal object is what I need in my JSP, seeing that it has the methods for getting the user and password. Unless is there a better way of achieving this, can anyone shed some light on getting the ExternalPrincipal object for an External Application session?
    Thanks,
    Laith E.H.

    Thanks for the example. I have a better understanding now, however I'm still having trying to comprehend the flow of executing in this portal model.
    I have a problem with:
    PortletRenderRequest pr = (PortletRenderRequest) request.getAttribute("oracle.portal.PortletRenderRequest");
    ProviderUser prUser = pr.getUser();
    ProviderSession pSession = prUser.getSession(true);
    I get a NullPointerException on the second line when trying to getUser(). I'm not sure where the problem could be. In the provider.xml, my ExternalProviderInstance, or the JSP itself? I have another JSP portlet on the same page that calls the same method with success.
    Thanks,
    Laith E.H.
    provider.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <?providerDefinition version="3.1"?>
    <provider class="oracle.portal.provider.v2.http.URLProviderDefinition">
         <providerInstanceClass>com.cox.portal.provider.ExternalProviderInstance</providerInstanceClass>
         <session>true</session>
         <authentication class="oracle.portal.provider.v2.security.Authentication">
              <authType>ExternalApp</authType>
              <userFieldName>Username</userFieldName>
              <userPwdName>Password</userPwdName>
              <errorPageMessages>Invalid ID,Invalid Password</errorPageMessages>
         </authentication>
         <portlet class="oracle.portal.provider.v2.http.URLPortletDefinition">
         <id>1</id>
         <name>ExternalAnalyzer</name>
         <title>Main Analyzer</title>
         <description>This portlet logs into analyzer</description>
         <timeout>100</timeout>
         <timeoutMessage>analyzer timed out</timeoutMessage>
              <showEdit>false</showEdit>
              <showEditDefault>false</showEditDefault>
              <showPreview>false</showPreview>
              <showDetails>false</showDetails>
              <hasHelp>false</hasHelp>
              <hasAbout>false</hasAbout>
              <acceptContentType>text/html</acceptContentType>
              <registrationPortlet>false</registrationPortlet>
              <accessControl>registered</accessControl>
              <renderer class="oracle.portal.provider.v2.render.RenderManager">
                   <showPage class="oracle.portal.provider.v2.render.http.URLRenderer">
                        <pageUrl>http://catl0dv31.corp.cox.com/bic/analyzerIFrame.jsp?ap_doc=analyzer&amp;ap_id=105</pageUrl>
                        <contentType>text/html</contentType>
                   </showPage>
              </renderer>
              <securityManager class="oracle.portal.provider.v2.security.URLSecurityManager">
                   <authorizType>registered</authorizType>
              </securityManager>
         </portlet>
    </provider>
    ExternalProviderInstance:
    package com.cox.portal.provider;
    import oracle.portal.provider.v2.*;
    import oracle.portal.provider.v2.http.*;
    import oracle.portal.provider.v2.externalApp.*;
    public class ExternalProviderInstance extends URLProviderInstance
    public static final String EXTERNAL_APP = "externalapp.object.key";
    ProviderSession pSession = null;
    public Object[] initSession(ProviderUser user, ExternalPrincipal externalApp)
    throws ProviderException {
    //UrlServicesUtils.logMessage("BasicURLProvider : Entering initSession.", getDebugLevel());
    //Create/Retrieve provider user session.
    if (mProviderDefinition.getHasSession()) {
    // Create the session if it doesn't already exist.
    pSession = user.getSession(true);
    // Store external app in provider session so that other modules
    // can extract it later.
    if (pSession != null) {
    pSession.setAttribute(EXTERNAL_APP, externalApp);
    // Get javax.servlet.http.Cookie[] from user
    javax.servlet.http.Cookie[] cookies = ((ServletProviderUser)user).getCookies();
    if(cookies != null)
    return cookies;
    else
    return null;

Maybe you are looking for

  • How to use more than one connection pool to 2 different databases ??? (Weblogic 5.1)

    Hello, In my application, I must use two different databases to retrieve informations... My application use EJB so I created two pool of connection named pool1 and pool2... But when I yet used the pool1 to connect to first database and I try to use t

  • Sound play during keypress

    Hi all, I have a sound loaded that I would like to have smoothly play while a key is held down. So I have... var eSound:EngineSound = new EngineSound(); ...keypressed event, etc... if (upArrowPressed) if (eSoundPlaying == 0) eSoundChannel = eSound.pl

  • Reorder columns in View Responses window

    Can the columns in View Responses window be reordered? If so, can it be done prior to all the responses being received? How does the program determine the order for the columns? It is different from the tab order on the form. Thanks

  • Lightroom Slideshow Question regarding DVD copying.

    Greetings! I've just created a new slideshow with music which I've copied to a DVD+R as well as DVD+RW. All seems to go well but the music skips intermittently and I'm not able to figure out what I may being doing that would cause this issue. Photos

  • Partition definition is not valid

    I try to validate the partition set up and it always shows the error 'No matching region defined for specified server, app, db [oktstcl3, pvm, pvm]. My essbase server name is 'essbasetst'. Do I need to setup essbase server name (essbasetst) to be the