Shorten Url

HI, I'm new to APex

I use apex 4.2, mod_plsql

the application url is very long, is it possible to make short


Thank you
Nihar Narla

Nihar Narla wrote:
It's my Url: http://10.0.0.25:8081/apex/f? p = 109:LOGIN_DESKTOP:9362163604981: & tz = 05:30

the customer does not remember the full url,

They can't remember. It's what bookmarks are for.

instead I can do shorter url...

Create an alias for the applicationand remove unnecessary components of the URL:

http://10.0.0.25:8081/apex/f?p=reports&tz=5:30

Why you set the time zone in the URL? This cannot be handled automatically or on demand?

You must also look at using a hostname rather than a literal IP address, and if there is no other web server on the host computer, switch to the HTTP port 80 by default instead of 8081 which also allows the port number be omitted.

for example: http://10.0.0.25:8081/apex/reports

mod_rewrite can also be used with SST to rewrite the URLS submitted to the server. It is much more complex, but its use with APEX has been often discussed: search the Forum.

Tags: Database

Similar Questions

  • Whenever I click on a shortened URL link, it goes to a page or a blank page with "object moved" and another link.

    If I right click on the link (to a shortened URL) and choose "Open in a new window" link goes to the correct web page. It seems not important to know if the shortened URL in an e-mail message or a web page itself.

    This just started two days after I have updated to Firefox 40.0.3 ago. Because he seemed to be more than a coincidence, I uninstalled Frefox and reinstalled version 40.0., but there is no difference in this behavior. In addition, it doesn't happen in Chrome or Safari.

    jscher2000, I thought of Ghostery, too, but when I checked the most recent update was May 14. It doesn't mean that an update is now available. I'll try temp. turn it off, restart Firefox and try a few URLs in email messages that failed this week.

  • iExplorer shortened Url

    Hello

    Suppose I have create a shortcut of iexplorer how I write my url inside this way?

    Kind regards

    I do not understand your question. I just explained how to create a shortcut of forms. You can change the information in my script you like. Here's the code to work:

    PROCEDURE Write_Script () IS
    
        MYFILE   CLIENT_TEXT_IO.FILE_TYPE;
        filename VARCHAR2(512) := ''; -- Set to NULL as default
        inText          VARCHAR2(32767);
        outText          VARCHAR2(32767);
        OS          VARCHAR2(20);
    
    BEGIN
    
    -- The file could also be written to temp instead of user.home
    -- CLIENT_WIN_API_ENVIRONMENT.GET_TEMP_DIRECTORY;
    :global.user_home := webutil_clientinfo.get_system_property('user.home');
    
         -- Verify client OS is Windows
         OS := webutil_clientinfo.get_operating_system;
         If OS LIKE ('Windows%') then
              filename := :global.user_home || '\shortcut.vbs';
         Else
              Message ('Shortcut can only be created on MS Windows.');
              RAISE FORM_TRIGGER_FAILURE;
    End if;
    
         -- Flag value determines write new or append.
         -- W = write/replace  A = Append to existing.
         MYFILE := CLIENT_TEXT_IO.FOPEN(FILENAME, 'W');
    
         -- Assign entire script to variable
         -- The last three lines of the script will
         -- delete the vbs file after exectued.
         inText :=
    'set WshShell = WScript.CreateObject("WScript.Shell" )
    strDesktop = WshShell.SpecialFolders("Desktop" )
    set oShellLink = WshShell.CreateShortcut(strDesktop & "\MyOracle.url" )
    oShellLink.TargetPath = "http://www.oracle.com"
    oShellLink.Save
    Set objFSO = CreateObject( "Scripting.FileSystemObject" )
    objFSO.DeleteFile WScript.ScriptFullName
    WScript.Quit ';
    
         -- Create Windows formating
         -- Oracle Forms and Unix use char 10 for new lines / Windows uses char 13+10
         If OS LIKE ('Windows%') Then
               outText := replace(inText,chr(10),chr(13)||chr(10));
              outText := substr(outText,1,length(outText));
         Else
              outText := inText;
         End if;
    
    -- Write and close file
         CLIENT_Text_IO.Put(myfile, outText);
         CLIENT_TEXT_IO.FCLOSE(MYFILE);
    
    -- TODO:
    -- Add error handling here
    
         SYNCHRONIZE;
    -- Execute shortcut creation
         WEBUTIL_HOST.NONBLOCKING('cmd /c start /min "" "' || filename || '"');
    
    END;
    

    If you don't like the resulting icon, you can add oShellLink.IconLocation to the script. However, the file icon must be locate the customer, which means that you need to download the customer first. Google search for oShellLink.IconLocation

  • URL shortening

    Is anyone aware of a service of shortening URL for Cascades BB10, as the bit. LY...?

    Thanks in advance.

    I'm not sure of something specific for blackberry, but you can use the Google URL shortening service.

    It will give 1 million free calls to the api a day... and I know it works because I use it in one of my apps ;-)

  • You can control a URL in eloqua to add to the query string?

    If I insert a URL in an email, I can't stop eloqua to add additional query string parameters in eloqua.

    I want to make this happen because the URL doesn't seem to work if we add an extra parameter using the query string.

    I had a similar problem recently, and even turn off the tracking doesn't seem to help.  I finally decided to use a shortened URL (bit.ly) and it worked for me.

  • URL opens only the first project in a box

    Hi all

    RoboHelp Server 8 and RoboHelp 8

    I'm about to have our developers redirect our online help on HR server instead where it is currently kept.  I am interested in the use of the shortened URL:

    http://<server-name>/robohelp/server?prj=<project-name>&area=<area-name>
    

    I have two projects in each region.  When I test the URL for the first project in a region, he worked successfully.  However, when I test the URL for the second project in the same area, it only re - opens the first project.  For example:

    http://help.acme.com/RoboHelp/Server?PRJ=Project1 & Area = Area1

    http://help.acme.com/RoboHelp/Server?PRJ=Project2 & Area = Area1

    When I click Project1, it opens and correctly draws the right help.  By clicking the second URL, Open Project1 instead of Project2 as it is supposed to.

    It's as if he only reads the first project in a box.  Is - this problem somewhere?  Flushing DNS and clearing history does nothing.

    Someone please tell me the obvious error, I do not know I do.

    Thanks in advance.

    Julie

    OK, I think I have a solution to your problem. It seems that the issue is with the underscore in the names of your project. If you remove them, you will be OK for both projects in the same area. Just rename your project in RoboHelp and republish. You need to remove old projects to the Web administrator however.

    If it works, and I tested it myself, so it must be, then I ask you to submit a bug report to Adobe using the link below:

    http://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform&product=38

  • Error Msg: "there was a problem sending the command to the program" when you use a shortcut for FireFox

    This only happens when I use a shortcut to call Firefox. I am running Windows 7 Professional. The Firefox window opens after the error message occurs, so I would class this as a gene.
    Many help comments mention 'ddeexec' removal of Firefox registry entries. It worked for a while (it seems to be related to updates of Firefox), but now no longer works: ddeexec is removed, but the error message persists.

    I found a fix for Win 7 (x 64) based on two observations:

    1. the waiting period does not exist if Firefox is already running.

    2. There are (at least) two types of shortcuts: Application and URL. When Firefox is the default browser, shortened URL get a timeout message. A the application shortcut to Firefox works without any problem.

    Follow these three steps to create a new shortcut that runs Firefox with the URL as a command:

    1. create a shortcut to the Application either by copying an existing shortcut, or right-click on the desktop, select new | Contextual and choose the location of Firefox.exe.

    2. then right click to open the new shortcut, properties. On the shortcut tab, you will find:

    Target: "C:\Program Files (x 86) \Mozilla Firefox\Firefox.exe.

    Start in: "C:\Program Files (x 86) \Mozilla Firefox".

    3. copy the URL address, type a space after the quotation marks of the target and paste that URL, it should look like this:

    Target: "C:\Program Files (x 86) \Mozilla ' http://postini.com

    I used a short URL to this example to fit on a single line, but the useful commands can be much longer; for example:

    https://login.Postini.com/exec/[email protected]

    The second example opens a connection to Postini spam filter window and between your email for you. Below is a screenshot of a tab popup properties shows in the middle of the target where Firefox ends the line, and the URL starts.

    -Jim

  • Can't print with Samsung ML-1210 in Windows 7

    I have a Samsung ML-1210 printer that worked on Windows XP. I bought a new PC with Windows 7 and the printer (after universal printer driver download from Samsung).  The icon of the printer is installed and says 'Ready', but when I try the top of page to print a document, the printer runs and produces no output.  Convenience store sees no problem.

    Thank you.   This solves the problem.  They referred me to a specific driver for ML-1210.  Obviously, they could save a lot of time and grief directing users to the correct driver on their website instead of the "Universal" driver that does not work.

    The link they gave me is listed below, but may have been a private, only link in time:

    http://goo.GL/S7MLX

    If this link disappears, Subscribe to Samsung support community and put the question directly to them.

    Actually-, they provide direct driver from their site...  I think that you have chosen the universal because he was 'superior' or 'first' in the list is presented to you.

    If you visit their web page for your printer:
    http://www.Samsung.com/us/support/downloads/black-and-white-laser-printers/ML-1210

    Under the title "Download Center for ML-1210" they click on "Driver" (as "Manual" is probably selected) to move to the list of available drivers.

    Jump in front of the third driver in the list - which is universal...

    The fifth driver in the list:

    Win Vista/2008/Win 7 , October 20, 2009 Print Driver (driver) (ver.3.01) 9.6 MB MULTI LANGUAGE

    ... has a link at the end where you can click and download this driver gave you the shortened URL Google.

  • Run the program of maximized office

    I like to run some of my programs maximized.  Internet Explorer, Word, Excel.  There are moments where the small windows are useful, but in general I want to work on one thing at a time (and Alt - Tab between windows).  I spent the money to have a 19 "monitor, and it never made sense to me to use a 19" monitor to imitate a monitor 12 ".  I want to use ALL the available display space.  I know that others are not agree... but that's what I want.

    And Microsoft has provided a feature to allow me to do.  But, alas, the feature does not work well.  And has not worked right for YEARS!

    I put in place of the shortcuts on my desktop.  Right click, select Properties, and then on the shortcut tab, select to run it Maximized.  But this does not always work.  Applications seem to remember their last size (sometimes, but not always).  But (edit), I want to run larger each time.  I really wish that Microsoft could fix.  Looks like an easy solution and seems to be something that they should have it fixed before come out, this is the first time...

    It is easy to replicate this.  Set the Internet Explorer properties settings icon to run it maximized.  Double click it, and then open enlarged.  Find a link which opens another window, or press SHIFT while clicking on a link to force a new window.  This window will not be maximized.  Switch to the fully maximized window and close it.  Then close the smaller window.  Then, double-click the Internet Explorer icon again. It opens a window that is not maximized.

    Please, Microsoft: fix this in an updated version!  It's really frustrating to have this happen all the time.  Thank you!

    Your repro steps cause the problem for me.  But there is a probable cause: the shortcut that you are clicking on should not be a shortcut URL.  For example, if you go to your Start menu and find the icon of Internet Explorer ol ' plain and drag your desktop, and then configure this shortcut to open enlarged, it will always open maximized, no matter what.

    Shortened URL, on the other hand, will not respect this setting (and in fact, do not have such an option in their properties).
  • Embed YouTube videos in SCORM (HTML5) using Captivate 7?

    Hello

    I use 7 Captivate to produce a HTML5 compatible SCORM course - this course includes a video, but when I tried to download the video directly, it breaks / is not playing well in our LMS.  So, I wanted to try embedding / streaming video from Youtube instead. The video is not (as it is an internal course).  I had a hunt of the forums but can't seem to find how do?

    Note: When I try to go to video > insert video, then video event > already deployed... entering the Youtube url - it does not work and I have the following message: "unable to load the video file. The parth of file or the URL may be invalid. You want to change the part of the file or URL.  I use Adobe Captivate 7 version 7.0.1.237 (in which case it helps).

    Any help appreciated.

    Nicole

    There is a YouTube widget in CP7.

    It is under the interactions, the button at the bottom left (finger pressing a button) or choose Insert/Interactions in the main menu. Make sure you use the long and not the shortened URL of YouTube.

  • The question of the anchor link

    Good afternoon everyone,

    In my project, I try to make a link to a location anchored on an external Web page, in this form,

    " http://www.website.com/page#anchor "

    Doesn't seem to work. A quick search returns this "anchor and Shared Destination text hyperlinks are not supported".

    Am I interpreting correctly - I can't link on my folio to an anchor on an external page? Or I do something wrong?

    Thank you

    DW

    Solved. User error.

    As used link works fine. I used a shortened URL that lost the #anchor when it is redirected.

  • Is there a way of in Firefox to shorten a URL?

    I want to be able to shorten a URL without using the Google URL Shortener I use now. Is there an add-on or another way of in Firefox to shorten a URL? Thank you.

    Is not integrated with Firefox, but there are a number of modules available.

    https://addons.Mozilla.org/en-us/Firefox/search/?q=url+shortener

  • Shorten the space allocated to the url container

    Despite the addition of icons by "customize toolbars", that show, during the customization, several of the addition of icons disappear when 'done '. I removed the container from the research, but it made no difference. I changed the length of the container url (which extends to the space reserved for the two containers when you remove the container of research) by adding a line in the userChrome.css file. The url container was resized to the 600px I put but the space previously allocated for the two containers (url and search) remained unchanged, pushing the addition of icons on the screen and leaving a large empty space to the right of the container url. Anyone know how to reduce the space allocated for containers of url and search which allows visualization of the addition of icons?

    Have solved! Or, at least, the problem. Whenever the bookmark icon is included it seems to affect the behavior of other icons as well as do not display itself (the bookmark icon). By not including not not the bookmark icon all right.

    I tried the 10px width max and min of hand and side of a median, but reset if max and min are the same value. Performed as expected in both cases. Besides the values min made no difference. Activate the 8 modules and plug-ins 19. All work normally.

    Back to normal by using the Favorites menu when I want to bookmark a page.

    Thanks for the comments.

  • Shorten the URL

    I have a URL that is relatively long. It goes like this subdomain.mysite.com/2012/Month/page-name - y at - it a way to reduce the URL which is visible from this length at subdomain.mysite.com/page-name (assuming that the name of the page is not a duplicate of another page name)?

    Note: I use redirects to have a short URL then re - direct to the long URL but I want the short URL to be the one that remains visible. The path of the URL is too long so I can keep the pages organized in a certain way.

    Hey Lynda.

    British Colombia has no technology of integrated system ths URL shortner.

    Nothing wrong with the url there, you have dates, months and files is it that google likes.

  • Whenever I open Firefox, I'm getting following error message: preferences to shorten the URL was not loaded. [Exception... "Component returned error code:

    How can I take the need for preferences of bit.ly . Although I have chosen it as an add-on Firefox some time back, I use any longer.

    Hello mikec1, this article explains how you can remove the extensions you don't use anymore: disable or remove modules

Maybe you are looking for