Iweb home page url

Hi.
On my website I have the word /home written after the homepage url.
i.e www.coolexample.com/home
Is it possible to get rid of the word home? and just have www.coolexample.com?
I'm using fetch to upload my site.
Many Thanks

@mood
iWeb is a nice tool and as far as wysiwyg software it really does the job.
A little digging in the code it generates reveals that it uses a lot of DIV containers to lock the various graphic items into their place. The contents of these div's are stored in a seperate pagename_folder.
So if you have a page called : demo.html then you will find all the resources of that in demo_files.
Downside to this extra folder stuff is that you will be uploading a lot of the same files over and over.
I have yet to find a sollution for this.
Now to get rid of the Home issue, as I said in the first post, Publish to a local folder and then go into that folder into the HOME folder and from there upload everything you see there into the www-root of your ftp server and you should end up with http://www.yourdomain.com/demo.html
I do agree with you that this is all not as you would expect.

Similar Messages

  • 500 Internal Server Error while trying to connect to EBS home page url

    Hi,
    I am using EBS 12.0.4 on HP UX ia64
    After succesfully running adcfgclone.pl on both db and application server, when i tried to connect to my EBS home page
    url it is showing ::--
    500 Internal Server Error
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     
    at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     
    at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     
    at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     
    at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 33 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection     
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     this might look proper...
    Edited by: 807592 on Dec 6, 2010 12:37 PM

    Hi,
    Did AutoConfig complete successfully?
    Please see these docs.
    Unable To Login After Clone [ID 418130.1]
    Steps To Clean Nonexistent Nodes or IP Addresses From FND_NODES [ID 260887.1]
    oracle.apps.fnd.cache.CacheException - null connection - on AppsLocalLogin.jsp [ID 414170.1]
    Login Fails After Changing The 'GUEST' Password To Either Mixed / Lowercase In R12 [ID 602425.1]
    Thanks,
    Hussein

  • Web content home page URL

    It would be slick if there were a Home Page URL attribute that could be set when uploading content. A checkbox to include or not. An entry field to include the relative path to home.

    Forgot the use case.
    A typical use case.
    Photographs from multiple activities are uploaded to a hosting site using LR2.
    Football photos go to /myschoolhomepage/photos/football.
    Prom photos go to /myschoolhomepage/photos/outandabout.
    Graduation photos go to /myschoolhomepage/photos/at_last.
    In each case, the Home Page attribute is checked and the entry field is populated with "/myschoolhomepage/index.html".
    Each time new content is uploaded from LR2, the site administrator updates /myschoolhomepage/index.html to include navigation to the new content.

  • SharePoint - Set as Home Page URL

    Hi Guys,
    I noticed there is inconsistency in term of how SharePoint display its Home Page URL at browser (this is on SharePoint 2013, not sure if this is also for other SharePoint version).
    Here is the current issue.
    I have a Pages library and i set one of the aspx as Homepage (button available in the "Page" ribbon > "Make Homepage").
    Somehow or whatsoever, the URL in the browser when i navigate to my home page
    e.g. http://mysharepoint.com/
    The browser address bar automatically shows "http://mysharepoint.com/Pages/XXX.aspx"
    While on another SharePoint farm that i have, when i navigate to its homepage (http://anothersharepoint.com), the browser show "http://anothersharepoint.com/" WITHOUT the "pages/xxx.aspx"
    Did i not set the homepage correctly? Does anyone know pls? Assuming i would like to hide the "Pages/xxxx.aspx" from browser.
    Cheng

    I think the difference between the two sites is that one is using regular navigation and the second is using managed metadata navigation.
    Regular navigation - you get the whole ugly SharePoint path (/pages/xxx.aspx)
    Managed Navigation - SharePoint creates "friendly" URLs based on your navigation term set, and for the home page, it would show http://yourspsite.com without anything after.
    As far as I can tell this has nothing to do with setting home page, it probably happens to all pages within the site.

  • Home Page URL without "/index.html"

    Is there a way to change the Home Page URL of a MUSE website so that "/index.html" does not appear after the .com?
    I'm concerned that Google will interpret our home page as a duplicate page.
    Thanks for your help in advance!

    In terms of getting friendly URLs, there are many server side ways to do this. Most servers on the web are Apache, and, if you feel brave, you can read up on .htaccess files to do redirects to more friendly URLs. They are complicated, and not for the coding faint of heart, so be careful. Note, though, that URLs created by Muse cannot take advantage of these friendly URLs automatically, and links would need to be manually pointed to the right place through the hyperlinks drop down.
    However, let's talk about the root fear here: SEO. Having index.html on the links is not known to have any negative impact on your site's SEO. There is no official source from either Google or Microsoft on the topic that states anything solid on the topic. Both do have information regarding duplicate content, and Google comes the closest to actually making a comment by stating that links should be consistent. When using Muse's page linking functionality, we will output all links to be consistent everywhere in your site, and as such, will comply with Google's SEO guidelines in this regard.
    In regards to duplicate content, the filename index.html is a special filename for websites and webservers and is the default page name on most servers. Servers with server-side languages and with other configurations like the one I mentioned above can have different names, but this is the most common by far. Without extra configuration, your server will serve both index.html and / as the same page regardless of wether or not it is a Muse site. Google and Bing, in our experience, are smart enough to merge the two files without any trouble, but the proof is in the pudding, as they say. There is a simple test you can use to check and make sure they are doing the proper thing. If you would like to verify that there are not duplicate results in the search, simply go to Google or Bing and search for "site:http://www.mydomain.com Home" without quotes. Just replace your domain name in there, and search for your homepage title, and you should see your homepage listed. In every Muse site I checked (just pulling ones at random form the site of the day) there was only 1 listing for the homepage, indicating there was no confusion by the search engines. If you'd like to clarify or check things further, you can always use Google's WebMaster Tools to take additional actions in informing Google about your site.
    We care about the SEO of your sites and do our best to ensure that things we can do automatically, we try and cover for you. We are always making improvements in every area of our code, and this is one area in particular we know you all are passionate about. Unfortunately, the area of SEO has a lot of misinformation, misunderstandings, and unknowns that spread very quickly and will get adopted without a real understanding. In addition to doing our best to comply to good SEO practices, we also do our best to make sure we're not filling your sites with false remedies and cheap tricks that don't quite work. When we look at new features, we think about their impact on your sites, on SEO, and on what we can do to improve both your and your website visitor's experience. For example, when we added mobile and tablet layouts, we also added canonical and alternate meta tags to your pages so that search engines knew about the duplicate content, and also knew where and when to redirect users. And as new things come out, we'll continue to do our best to have the same amount of due diligence in ensuring you rank as high as possible for your searches. And we'll continue to examine areas where we could use improvement, and do our best to make them whenever we can.
    Hopefully that clears things up a bit.
    Andrew Hushbeck
    Muse QE

  • Home page URL for a new site collection

    Sorry for the kind of stupid question. I created a new site collection with Site Management menus. The home page has the URL like http://devtfs12/sites/corporate/_layouts/15/start.aspx#/ I expected that it should look like http://sharepoint.firm.lan/sites/corporate/SitePages/Home.aspx
    e.g without "_layouts/15/start.aspx#" is there a  way to change it? Is it possible to set up some sort of redirection so that  http://sharepoint.firm.lan redirects to http://devtfs12/sites/corporate/_layouts/15/start.aspx#/ Thanks!

    Hi,
    You are noticing the URL with _layouts/15/start.aspx because the new feature Minimal Download Strategy is activated on your site. 
    To know more on how it works you can refer the below links
    http://www.wictorwilen.se/sharepoint-2013---introduction-to-the-minimal-download-strategy-mds
    http://www.hezser.de/blog/archive/2012/08/18/what-is-the-_layouts15start-aspx-in-sharepoint-2013.aspx
    If you don't want _layouts/15/start.aspx to be a part of your URL you need to deactivate Minimal Download Strategy feature available under Site Actions -> Manager Site Features
    Note :Minimal Download Strategy is a new framework which is been written to increase the performance of the SharePoint site.
    Also, with SharePoint 2013, you can have Managed Metadata Navigation option. For more information , 
    https://support.office.com/en-nz/article/Enable-managed-navigation-for-a-site-in-SharePoint-49a067dc-77d2-455d-9e77-250ec7cc0a6d
    Hope it helps!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • ITunes Looking for the "Title" of my iWeb Podcast Page/URL???

    have created a podcast page in iWeb and tried to Submit to iTunes and now it asks for the Title of the Podcast???
    Have filled in as many of the page names, file names as I think is possible and still get this message.
    Any help would be appreciated.
    Would be great if they had a link on the iTunes submit page that would tell us what to do on iWeb.

    You are making your podcast in WordPress and submitting it to Feedburner to pass on to the Store. If you want to change the title you have to do this in WordPress: however it looks as if Feedburner generates the feed filename from the title:
    http://feeds.feedburner.com/TheInconvenientTruthFileInPodcastTheInconvenientTrut hExploringTheFactsBehindTheFictions
    so if you change the title you will likely change the URL and iTunes will lose contact with the feed. I don't know whether it will do this (logically it shouldn't) but you would have to find that out from their Help (if any). Otherwise you can only try it and if the feed URL does change, change the title back.
    As you don't have direct access to the Feedburner feed, then if Feedburner changes the URL you will not be able to add the redirection tag necessary to change iTunes to a different feed - so it's possible you may be stuck with what you've got.

  • Iweb "home page" trouble/browser discrepancies

    My webpage is nearing completion and I'm attempting to identify and work out the bugs. In Safari, Opera and Camino the first ordered page in iWeb loads and runs properly. Domain name of michaelblatchford.com opens www.michaelblatchford.com/intromovie.html. Once movie is finished and page clicked, the next page www.michaelblatchford.com/Welcome.html opens...
    Now, in Firefox instead of the intromovie opening it always goes straight to the Welcome page. I've cleared the cache and nothing changes. Both Opera and Camino operate properly. Help!

    Now, in Firefox instead of the intromovie opening it
    always goes straight to the Welcome page.
    Not for me it doesn't. Works fine.

  • Need help with home page url?

    So what I'm having problems with is getting my homepage url to say http://www.santoroman.com instead it is saying http://www.santoroman.com/site/home.html
    I have read through a bunch of the threads and done some trial and error but nothing seems to come through correct. My host is 1and1 and I use fetch to load everything up. Help me fellow mac nerds! I'd really like to get this solved within a few day.
    I just want people to be able to type in www.santoroman.com instead of all the other crap as well.
    Thanks

    So I have the new folder published on my desktop named "site" and I see the other fold that says "index.html" with the safari logo in the middle. Just drag and drop the 2 into fetch and publish?
    Yes. index.html is not a folder of course, it is a file.
    Should I name the other folder as: www.santoroman.com or can I leave it as site?
    You must leave it as site.

  • Can i get a custom home page URL with APEX ?

    My name is Srinivas and i
    work for a top telecom company in North Carolina and i am a Oracle DBA
    here.
    We want to move away from spreadsheets about our typical DBA
    information and statistics and reports and move to Oracle APEX (formerly HTML
    DB). I was wondering whether i should use the public domain
    apex.oracle.com or create something running with an internal Oracle 10g ?
    If i use the public one apex.oracle.com for developing the application,
    can i get my own URL ? like http://telecom_company_dba.oracle.com or
    do we have to live with the http://apex.oracle.com URL ? We want to help
    our management with this APEX application and we would like to have a
    good meaningful URL for the APEX application
    If we maintain our own internal APEX application created by our own
    database 10g, then we could have our own domain name i guess. Correct ? or
    is it possible even i use the public apex.oracle.com ?
    waiting for your reply :)
    -thx

    Hi,
    The public apex.oracle.com site is not intended for production applications, if you don't want to run your own server there are a number of commercial hosting providers who specialise in providing hosting for APEX.
    There is a list of the providers (of which I'm one) here -
    http://wiki.shellprompt.net/bin/view/Apex/HostingExamples
    Regarding the 'nice' URL, yes that's certainly possible.

  • I am having problems updating my iWeb home page.

    I have my own domain, and web hotel, but iWeb won't accept my password. Can anyone help me?

    You don't need a password to be able to use iWeb and never have done, so what password are you referring to?

  • How to get the home page for a user using  Pl/sql code ?

    Hi,
    I have a pl/sql procedure which runs after a form submission on a dynamic page. At end of completion of the procedure I want to send user to his/her home page. I am trying to write at the end of procedure to redirect the user to the home page. How do I do that ? What is way to redirect to a page using pl/sql and how do I know the user home page url ?
    thanks,
    Mainak

    Hi,
    Try <portalschema>.wwv_redirect.url('<portalschema>.home');
    Please replace portalschema with the name of your portal schema.
    Thanks,
    Sharmila

  • How can i get a tab to open showing my home page?

    How do I get tabs to open in my home page?

    You can install one of the many add-ons to accomplish this. There are many different ones available, so you can just go to the Firefox add-ons page and search for "Home Page".
    Also, ensure that you've setup Firefox with your Home Page URL. If you haven't done so, follow the steps below:
    * Go to Options (i.e. \Firefox\Options\Options);
    * Go to the General tab;
    * Under Start-up - enter the URL in the Home Page URL box.
    Note: Make sure that you have chosen "Show my Home Page" under "When Firefox Starts" (use the drop down arrow).

  • When I click my home page icon the tab this is open goes to my home page BUT another new tab opens.

    when I click my home page icon the tab that is open goes to my home page BUT another new tab opens. How do I stop the new tab from appearing?

    It's easy to add extra tabs to your set of home pages. You can use the Options dialog to make sure there is only one. These articles point the way:
    * [[Startup, home page and download settings]]
    * [[How to set the home page]]
    Because the space is short, you may want to select the whole home page URL (Ctrl+A) and paste it into a document or into a larger textbox like the one I'm typing in now. You're looking for a vertical bar (|) that is followed by a second URL.
    If it's not part of your home page setting, the most likely cause for this change is a bad add-on that rode along with some free software.
    I suggest starting here:
    Open Windows Control Panel, Uninstall a Program. Click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    Then, in Firefox, open the Add-ons page using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable (or Remove, if possible).
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Does that shut down the extra tab?

  • How do I keep programs from changing my home page

    Everytime Firefox starts, another program keeps changing my home page. How do I stop this from happening?

    This could be caused by either of the following (and possibly other things, but these are the ones that come to mind first):
    (1) Bad Extension
    You can review/disable/remove nonessential or unrecognized extensions here:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    (2) user.js file
    This is a configuration file that overrides changes you made in Firefox every time you exit and restart the browser. To track down and remove such a file, check out the steps in this article: [[How to fix preferences that won't save]].
    Note: if it comes back, the home page URL might provide a cue as to what program on your computer is creating/editing the user.js file.

Maybe you are looking for

  • Best Quality Export of Std Def Video from Final Cut Pro to AppleTV

    I get beautiful results when exporting HDV content and AIC content from FCP to Apple TV but what is the best way to handle anamorphic SD content? I'm getting pillboxing (black bars on the side) when I do it directly from FCP's timeline. Of course I c

  • Goods Receipt with respect to sales order

    hi,     goods receipt with respect to sales order ,that sales order is prepared with reference to quotation erroer is Account assignment cannot be carried out because of different origin no. Message no. V1134 Diagnosis The sales document to which you

  • Permission issues in sql window authentication

    Is it possible to grant a Windows group access to SQL Server rather than individual Windows logins  which has only read/write permission on table data in sqlserver.I am getting error while logged in by using window authentication.

  • QM/WM- LT05 Screen after QM stock posting

    Hi Is there anyway to trigger the LT05 screen appearing after a stock posting in the inspection lot ? We have it working when doing a partial UD using the follow-on action, but when we want to just pre-release part of the inspection lot we can't get

  • Purchase requisition against a contract

    Hi experts!!! I have created a purchase requisition with reference to a contract and in the valuation tab of the purchase requisition (field valuation price) the system is proposing the moving average price of the item instead of the price of the con