URL without .html at end

My website is tjournal.com, but how do I get my homepage to
use the url of tjournal.com instead of
tjournal.com/home.html?

It worked. Thanks!

Similar Messages

  • URL without .html

    We are building our site in Muse as we speak. Our current site was build in WordPress.
    We'd love to go live in a few days, but there's a running campaign in which people our directed to a certain URL.
    This URL is www.Cure4Life.eu/zomeractie. But when we go live with our Muse website this URL will change into cure4life.eu/zomeractie.HTML.
    So if we'd go live; when people type in .../zomeractie ( without HTML ) they will end up on a 404 page.
    What can I do to NOT show .html on our Muse website, so that we can go live with it, during this campaign?

    I think I missed it the first time, but I found it, thanks (http://forums.adobe.com/thread/1032246?tstart=0)

  • Pointing urls Without html Extension to a Homepage.

    Hello,
    I have a site in which all the pages end with the .html or .php extensions.  I need to have a url with no html extension point to my home page.  So the home page is www.idealwindow.com.  I need to create a link - www.idealwindow.com/trucks that when clicked, will bring up www.idealwindow.com.  Does anyone know how I can do this?  Thank you.

    Create a blank page in the trucks folder called index.html. Then in the <head></head> tags of that page paste this code in:
    <meta http-equiv="Refresh" content="0;URL=http://www.idealwindow.com" />
    When the viewer goes to the page that is advertised on the truck this code will redirect them to the proper home page.

  • URL without .html extension

    Hi;
    How do I set up a page so that the .html or.htm extension is
    not required to
    be included when typing in the URL?
    Thanks;
    Pat

    > How do I set up a page so that the .html or.htm
    extension is not required
    > to be included when typing in the URL?
    >
    Two options
    1/ Name the file in accordance with the default file name set
    by your host -
    usually index.html/php for *nix servers or
    default.htm/asp/aspx on windows
    servers
    then you.com/folder/index.html can be accessed from
    you.com/folder
    2/ set up some sort of rewrite rules, eg
    you.com/widgets -> you.com/products.asp?product=widgets
    you.com/grommets-> you.com/products.asp?product=grommets
    Cheers,
    Jon

  • How to manage HTML DB end users in Oracle Database 10g Express Edition?

    I successfully installed Oracle XE on my Windows/XP PC.
    I followed 'Getting Started Guide' and created a new application using the hr.employees table.
    I could run this application by logging in as hr/hr.
    How can I create other HTML DB end users to run this application?
    I can only create database users in Oracle XE environment.
    Help needed....

    This MyApp application (Application 100) was created by the HR Oracle account.
    I could use
    http://127.0.0.1:8080/htmldb/f?p=100
    to run this application by logging in as hr/hr .
    For the above URL, if I logged in as anotherOracleAccount/password, I got the 'Invalid Login Credentials' message.
    As you said, I could use
    http://127.0.0.1:8080/htmldb/f?p=4550
    to get into HTML DB of the Oracle XE environment by logging in as anotherOracleAccount/password.
    Since MyApp is using the HR-owned 'employees' table, should we grant some privileges on hr.employees to anotherOracleAccount?
    I tried this, I still got the 'Invalid Login Credentials' message.

  • Is there a way to select MULTIPLE tabs and then copy ALL of the the URLs and titles/or URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; However, I prefer to use a Firefox feature rather than download an add on. Thanks.

    Currently, I can copy ONE tab's url and nothing else (not its name). Or I can bookmark all tabs that are open. However, I'd like to have the ability to select multiple tabs and then copy ALL of the the URLs AND their titles/or copy ALL of the URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; when I download the add on, I get a message saying that using the add on will disable Firefox's tab features. I prefer to use Firefox features rather than download and use an add on. Is there a way to do this without an add on?

    Hi LRagsdale517,
    You should definitely be able to upload multiple files by Shift-clicking or Ctrl-clicking the files you want to upload. Just to make sure you don't have an old version of the service cached, please clear the browser cache and then log in to https://cloud.acrobat.com/files. After clicking the File Upload icon in the upper-right corner, you should be able so select multiple files for upload.
    Please let us know how it goes.
    Best,
    Sara

  • Launching URL without Address bar and Menu Bar

    Guys,
    I use the following piece of code to launch an URL from the application. I want to launch the URL without address bar & Menu bar. how this could be achieved?
    <af:goLink id="gl1" targetFrame="_blank"
    destination="/faces/com/abc/xyz/pages/page2.jspx?oppid=#{row.oppId}">
    <af:outputText value="#{row.OpportunityNumber}" id="ot13">
    </af:outputText>
    </af:goLink>

    Dev,
    As far as I know, the only way to request a browser window to open without address/menu bar is via JavaScript (note that it's just a request - depending upon the browser being used and the security settings, the address bar in particular may end up being shown anyway). So, I don't believe you can do this with an af:goLink.
    Note: why do you include an af:outputText as a child for af:goLink? af:goLink has a "text" property to display the text.
    Note #2: It appears as if you are launching a link to the app itself - is the only reason you're using af:goLink instead of af:commandLink in order to ensure that the link opens in a new window?
    John

  • Extract current page url without host

    Anybody aware of a {tag_ or {module- that returns the current page url without host, i.e. on page 'http://mysite.com/sub/page1.html' we need to extract the page url 'page1.html'?
    Thanks

    I think I missed it the first time, but I found it, thanks (http://forums.adobe.com/thread/1032246?tstart=0)

  • 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

  • Error in Get Next Non-Text Sibling for XML without CR at end of tag

    Hallo all,
    I'm having a strange error parsing XML files with labview. I have an XML file in one single line, without CR at end of each tag. A normal browser or XML parsing tool is capable to read it, but not with Labview.
    The error I have is with "Get Next Non-Text Sibling.vi", which internally fails to read Type property (Error -2630, Property Node (arg 1) in NI_XML.lvlib:Get Next Non-Text Sibling.vi->XML Get Siblings Childs Nodes.vi->Encode data to label (Path).vi).
    Labview XML parser works if I add a CR at each tag/node.
    I'm quite sure this is a labview bug. A workaround I have found is to open the file, then save the file with Save File (Pretty Print) method and reopen it again, but it is time-consuming and I would like to avoid it.
    Regards,
    Daniele
    Solved!
    Go to Solution.
    Attachments:
    xmlwithnoCR.xml.txt ‏1 KB

    Which node do you pass to XML Get Siblings Child Nodes.vi ? That is also important.
    I can imagine the following scenario causing your problem: Your input node has a child node C,, but this child node has no siblings. Get Next Non-Text Sibling.vi will fail in this case. If you put a <CR> at the right position in your XML you create a text node with content <CR>. If this text node is a sibling of child C then Get Next Non-Text Sibling.vi still won't return anything but no error should occur. IMHO this is expected behavior. You can however implement your own version of Get Next Non-Text Sibling.vi. Use the Next Sibling property and check if it returns a valid refnum.

  • Hi can anyone tell me how to make the forms url short to the end user

    Hi,
    Im using oracle forms 11gR2 and everything is working fine, but my question in how to make the forms url short to the end user.
    For example my forms url is  " http://localhost:9001/forms/frmservlet "  now i want to modify this url as   "myweb.gov.ae"
    can anybody suggest me the possibilities to change to default forms url to our own url as mentioned in the above example.
    Thanks & Regards,
    Hari

    You would have to either -
    * edit the code pointed to by the new action attribute to
    include the form
    processing and email generation, or
    * edit the form processing script to also include the insert
    record and
    check user name scripting
    The former is probably the better procedure, since I suppose
    you'd want to
    do the check user name before sending the email.
    Unfortunately, this means
    you will have to get your hands into the code, or hire
    someone to do it for
    you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ducati1" <[email protected]> wrote in
    message
    news:gkriis$et6$[email protected]..
    > Hi guys.
    > I have a page with a form on it here.
    >
    http://www.thechallenge.net.au/superredemption.php
    > I want the data placed in the textfields within the form
    to come to me in
    > an
    > email upon submission.
    > Now normally I would action the form to use this page
    here
    >
    http://www.thechallenge.net.au/Redemptionform.txt
    > But because the action of the form is now <?php echo
    $editFormAction; ?>
    > due
    > to an insert record and check user name server behavior
    I cannot use my
    > normal
    > method.
    > Can anyone tell me how I can get around this problem?
    >

  • SOAP URL without username and password

    Hello Everyone,
    its a synchronous SOAP - PI -ECC scenario .
    I have created HTTP URL through sender agreement in integration for testing.
    However, customer now wants HTTPS URL without Username and password in  production URL. How do i create this .
    Regards,
    Ravi

    Hello,
    However, customer now wants HTTPS URL without Username and password in production URL. How do i create this .
    You can disable basic authentication for the sender SOAP Adapter by following William's reply in this thread
    http://forums.sdn.sap.com/thread.jspa?threadID=236507
    However, the authentication will be disabled for all SOAP Sender, so you should weigh-in the impacts of granting that request.
    Hope this helps,
    Mark
    Edited by: Mark Dihiansan on Feb 13, 2012 3:51 AM

  • How to hide ms crm base url in html

    Hi, Actually we are using some crm web resources in html is it possible to hide crm urls?. please see the below details. Please help me to build dynamic url in html
    we are using like this
    <script src="https://example.crm5.dynamics.com//WebResources/PolicyInfo"></script>
    Now i want to hide like this
     <script src= window.parent.sessionStorage.getItem("myurl"); + "PolicyInfo"></script>
    <script type="text/javascript">
        function call() {
        debugger;
            sessionStorage.myurl = "";
    sessionStorage.setItem("myurl","https://example.crm5.dynamics.com//WebResources/");
      var vamurl  = sessionStorage.getItem("myurl");
      return vamurl;
        window.onload = call;
    </script>
            <script src= window.parent.sessionStorage.getItem("myurl"); + "PolicyInfo"></script>
    or
    <script src= call(); + "biz_PolicyInfo"></script>
    Both methods are not working. Please help me on these.

    If someone knows how to view the source code he probably knows also to check the network traffic from the browser console, so it's kind of useless trying to hide the full url of a WebResource
    My blog: www.crmanswers.net -
    Rockstar 365 Profile

  • Need BSP-Application-Url without session_id

    Hallo everybody,
    have a problem with bsp. my problem is, i need a bsp-application-url without session-id. you can see in my example
    get:
    http://test:8100/sap(xxxxx)//bc/bsp/ztest/index.do?onInputProcessing(setformfields).....
    need:
    http://test:8100/sap//bc/bsp/ztest/index.do?onInputProcessing(setformfields).....
    thanks...
    harryatworld

    Hi, it is not possible to diasable the url mangling you mentioned. You can call the static method
    cl_o2_helper=>generate_url_for_page to get an url for a specific page.
    Best regards,
    Stefan

  • Accessing/Executing URL without bringing up a browser

    Hello Friends
    I need some help with ABAP. I have written a tool in ABAP that can shut down and restart communication channels in PI. It is working as expected.
    The way it works is by calling a URL (a feature supported by PI to control Communication Channels externally) by sending parameters like Communication Channel name etc.,
    Since I do this in a loop stopping/starting multiple channels, it opens multiple browser tabs which is kind of annoying.
    I would like to know if there is a way to access URL and execute it but not open a browser?
    If you can please let me know, I would appreciate it.
    Thanks
    Ram

    Hi Ram,
    You can use function module HTTP_GET to access URLs from ABAP and pass parameters to execute the URL without opening the browser. Go to SE37 and use the "where used list" to get sample codes on how to use this function module.
    You would need the RFC destinations SAPHTTP or SAPHTTPS defined in the system, as a pre-requisite.
    Hope this helps.
    Sajan Joseph.

Maybe you are looking for

  • 8.1.5 on RedHat 6.0 fails with "unknown keysym osfActivate"?

    I've successfully installed the 8.1.5 on a 6.0 box - no problems. Now I'm trying to put it on a headless box, and I'm running into a problem I have not seen mentioned. After configuring the kernel and environment, I start the runInstaller, which imme

  • How to change Sales office in Bussiness partner details

    Hi ,       I am unable to make changes in Bussiness partner details ie in Tcode BP .Since the Sales area data has been desabled . So can any one guide me how to change sales office in BP regards, divya

  • [JS] Open from scripting specific paragraphStyle palette

    Hi! Can I open the InDesign palette of a specific paragraphStyle from script JS, for managing properties of style? Thanks!

  • How to define the size of each column of a GridLayout in HTMLB?

    Hi there, I think everything is in the subject. It seems it is not possible. The GridLayout.setWidth() refers to the grid in general and it is not possible to select a GridLayout column (in order to apply to it a setWidth()). When I do a GridLayoutCe

  • Me and my new macbook pro 13"

    wanted to share my happyness with this new baby, I have used her a week now and she has been a perfect joy to wook on, the best Mac I have ever had and I have had many. the week before she came out I had purchase a new macbook pro 13" (not knowing an