How to use / on my website's url?

I want to know how to use / on my website's url?

the only way i can think off to do that is to build a folder structure which matches the URL you want, because the slash indicates a folder structure, each word between the slashes is a folder so in the root of your web space you'd have a folder called 'more' and within that a folder called 'dentistry' and so on, but i don't think you can control the file structure created when you export from Muse, you could manually create a folder structure and move the pages, but that would break all the links to images, scripts and css

Similar Messages

  • How to use web services with Dynamic url behaviour

    Hi,
    IView created by me currently uses some web services whose url behavior is static but i want to give a dynamic url behavior. i.e. i want to use the url which user provides. So here are my questions
    1. How I shall assign the url supplied by the user to IView?
    2. If I want to set some config variables during runtimes how I shall do it?
    Thanks in advance,
    Vishvesh

    Hi,
    1. I'm guessing you mean the webservice's url the user provides is pointing to an identical webservice to what you used to create your proxy... otherwise I think it will be very hard to do (I can imagine creating the proxies using the wsdl tool in run time or using code dome.. but that can't be what you want, right?).
    So if what you wanted is to use the same web service with a different url, then the web service's proxy class you created has API for doing this in code! (it inherits it)
    2. you can't, simply since the portal application doesn't ever use the config file... it isn't even deployed to the portal... so dynamic properties are "out of the question" here, sorry... see 1 again
    Regards,
    Ofer

  • Can anyone recommend a good tutorial on how to use pre-designed website templates in Dreamweaver? Thks

    I am fairly new to Dreamweaver (cs6), having previously designed and maintained a few sites using Freeway. I purchased a template from TemplateMonster.com in the hope that this would simplify the creation of a new site. The template came without any instructions other than how to unzip the file. Their helpline really isn't helpful at all. Can anyone recommend an online tutorial on how to use a predesigned template? Lynda.com doesn't have one. Thanks!

    I found this page :
    http://www.templatemonster.com/dreamweaver-templates.php
    Followed a link. Ended up here :
    http://www.webdesign.org/tutorials/html-and-css/page-1.html
    Did a search. Found this :
    http://www.webdesign.org/search.html?keywords=dreamweaver&category=6
    Then this :
    http://www.webdesign.org/web-design-basics/templates-tuning/working-with-templat e-using-html-editor.1546.html

  • How can I use / on my website's url?

    For instance, i am trying to make one of my website's page show a domain like this: www.imagemgama.com.br/more/dentistry/doctorA... (pages), but the software is changing to this: www.imagemgama.com.br/more-dentistry-doctorA. It is using - instead of /, can you understand? I want to separate my website's pages with /, not with -.

    In your example URL, 'more' and 'dentistry' are separate folders. A slash '/' is used to indicate which subfolder the web page is in.
    So no, you cannot accomplish what you want to do with a / unless you set up a subfolder structure on your site that matches what you want your URL to look like. You would have to create the 'more' folder, then inside that folder create another folder named 'dentistry', then inside that folder create 'doctorA', 'doctorB', 'doctorC' folders, then place each doctors' web pages inside each of those folders. That will enable you to have the URL you are looking for.
    The bad thing is, you can't accomplish this with Muse. Muse doesn't support subfolders - yet. Hopefully some day.

  • How to use one PSE with multiple URLs?

    I need to hit my DMZ SAP Web Dispatcher with multiple unique URLs.  I am starting off using webdisp1.abc.com and webdisp2.vde.com.  DNS will resolve both the Web Dispatcher Host.  Following Tobias Winterhalter's Blog: Name-based virtual hosts and one SAP Web Dispatcher to access multiple SAP systems.
    My question is how do I go about generating the pse so I can store both webdisp1.abc.com and webdisp2.vde.com?  Do I just import the first request and initiate another certificate request using the same pse?
    Example
    sapgenpse gen_pse -s 2048 -p D:\<file path>\SAPSSLS.pse -r D:\<file path>\webdisp1.req CN=webdisp1.abc.com, OU=IT, O=XYZ Inc., C=US
    Cheers,
    Dan Mead

    Hi Daniel,
    what you are looking for are so called SAN certificates. As Martin said, with sapgenpse you are pretty out of luck. However you can create the certificates using openssl and then use sapgenpse to import them into a pse. There are a number of guides on how to create SAN certificates on the web, like the one mentioned by Martin from CAcert (which is one of the best imho) or this one. And there are also guides on the internet on how to convert OpenSSL keys to PSE.
    You should however keep in mind, that SAN certificates are more expensive than standard certificates. Therefor they only pay if the hostnames in there are stable for the lifetime of the certificate. If the hostnames need to change once a year, you already will be better off (from a cost perspective) by creating one pse per hostname an let the webdispatcher listen to different addresses, as each hostname requires a new certificate signed by the CA.
    Please also make sure, the systems and browsers connecting to your webservers are able to understand SAN certificates. For SAP systems this requires at least pl24 of the sapcryptolib.
    Kind regards,
    Patrick

  • How to use COMPONENT in a Help URL instead of PAGE?

    Anyone know how to configure PeopleTools to use the COMPONENT name as the CONTEXT_ID in the HELP link instead of the PAGE name?
    In my web profile I'd like to pass the current component name instead of page name.
    http://myhelpserver.com/page=%CONTEXT_ID%
    Thanks
    Graham
    Edited by: GrahamSmith on Apr 27, 2010 10:03 AM

    the help_url you are using uses a component name default.. u don't call it by page name. ur URL containing .GBL is always a component name...
    This is what i would like to explain...
    consider 3 pages P1,P2,P3
    2 components C1,C2
    3 menus M1,M2,M3
    then C1 can be linked to P1 and P2...C2 can be linked to P2 and P3...
    same way C1 can be linked to M1 and M2... and C2 can be linked to M3(since M2 is already used by C1)
    this should make u clear...
    Thnks!

  • I would like someone to tell me how to use the dstp address parameter(url) in the datasocket connections.What to write in there, destination/source url.

    What do i do if i right to a datasocket..Do i have to make a special file on my server, How do i create a datasocket server.?? Do i use the same "address" to read a datasocket?

    The URL is the address of the DataSocket server. The server program is a stand-alone program that handles connections and broadcasts data. You create a server by running the program that comes with LabVIEW. You publish to (write) and subscribe from (read) the server and both would use the same address. Normally the data is not file based but DataSocket does support file reads by specifying file or ftp instead of dstp in the URL. The server can be running on the same computer as a publisher/subscriber or on a different computer. NI is now offering a class called LabVIEW Networked Measurements that covers DataSocket. I strongly recomend it.

  • How can I share a website's URL?

    Is there a way to share a URL in social media? For example, how can I tweet a webpage from Firefox?

    The option to copy and paste is currently not available in Firefox OS. Our developers are working hard to make this possible in the upcoming release version.
    Thank you for your patience, sorry for any inconvenience and thank you for contacting Mozilla Support and choosing Firefox OS.

  • How to use a wild card for url pattern in web.xml?

              I want to use web container managed security to protect all my JSP pages. I tried
              to use the <security-constraint> tag in web.xml and set <url-pattern> to /*.
              However, none of my pages is protected. Specifying each page individually works,
              but I really don't want to do that. Any ideas?
              

    Eric:
              Which version of WebLogic Server are you using (including any service pack or rolling
              patches)?
              Eric Ma wrote:
              > I want to use web container managed security to protect all my JSP pages. I tried
              > to use the <security-constraint> tag in web.xml and set <url-pattern> to /*.
              > However, none of my pages is protected. Specifying each page individually works,
              > but I really don't want to do that. Any ideas?
              Jim Brown
              Developer Relations Engineer
              BEA Support
              

  • How to use a bookmarklet to rewrite URL for access to scientific journals

    The majority of educational institutions in the US and UK use a system called ezproxy to allow unfettered access to scientific journals. To access a journal, users simply need to add something like this "ezlibproxy1.ntu.edu.sg" to the URL. There are lots of automatic ways to do this, including zotero, but probably the simplest is to use a bookmarklet, eg:
    http://www3.ntu.edu.sg/lib/ezproxy/proxy_bookmarklet.htm
    If there was a "bookmarks toolbar" on fennec, then I think I'd be able to click on the bookmarklet to modify any URL. Sorry if this already exists and I have missed it. Is there an alternative way to achieve this? It would save me a lot of time!

    Eric:
              Which version of WebLogic Server are you using (including any service pack or rolling
              patches)?
              Eric Ma wrote:
              > I want to use web container managed security to protect all my JSP pages. I tried
              > to use the <security-constraint> tag in web.xml and set <url-pattern> to /*.
              > However, none of my pages is protected. Specifying each page individually works,
              > but I really don't want to do that. Any ideas?
              Jim Brown
              Developer Relations Engineer
              BEA Support
              

  • How to use the plus sign (+) in URLs

    I have a procedure that takes a name as a in parameter. When the value of the name got a plus sign in it, the browser can't find the page/procedure. It works for every name without the plus sign.
    Ie. the following is an exsample of an URL with plus sign in the value of a parameter:
    http://svvmetaapp01.vegvesen.no:7778/pls/portal/PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=2435397421&p_arg_names=_show_header&p_arg_values=YES&p_arg_names=NODE_ID&p_arg_values=5&p_arg_names=_node_id_cond&p_arg_values=%3D&p_arg_names=NT_ID&p_arg_values=32&p_arg_names=_nt_id_cond&p_arg_values=%3D&p_arg_names=NAVN&p_arg_values=C[b]++&p_arg_names=_navn_cond&p_arg_values=%3D
    Any tip?

    Check the supplied PL/SQL package UTL_URL and you might get idea to solve your problem.
    Thanks
    -Krishnamurthy

  • How to use https in websites via Safari 6

    Hi there
    i want the change http to https to websites in Safari 6, in old safari i can by adding S in http because i can see it in the address bar, but now i can not see http in the address bar.
    Example i want change the website: http:\\www.google.com to https:\\www.google.com
    Thanks

    Finally i found the solution, just copy the site address from address bar and past again.

  • How to use a name="top" Hello I'm at the top /a tags in apex url ?

    I have a decode statement which creates link to different pages as below
    'f?p=107:1:&SESSION.::NO:::' and it works good.
    Now what I need to do is, I have 6 graphs in 6 different regions on a same page.
    so depending on the options I click, I need to reach to that particular graph using the anchor tags.
    Can you let me know how to do it in APEX ?
    Actually I dont know
    1. How to use these anchor tags in url's in APRX
    2. As well as how to put them on the same page at 6 different regions which I have created.
    Appreciate if someone can give me a good example for using it in apex.

    I have updated the region title with the anchor tags
    Now when I click on the link, it gets resolved to
    http://wsus01697353.am.adecco.net:7777/pls/apex/f?p=107:1:1063560330989286::DEBUG:::%23O2KP1
    instead of
    http://wsus01697353.am.adecco.net:7777/pls/apex/f?p=107:1:1063560330989286::DEBUG:::#O2KP1
    If i directly put in the above URL in the browser it works but when I try to get through the link it dose not work.
    Any suggestion ?

  • How to use use the web report service to be consumed by web development?

    Hi guys,
    How can I pass the report server web service to web developers so they can use reports dataset data?
    Can some one post me a clear example?
    Thank you

    Hi Swallow,
    Thank you, it's helpful but from my own perspective, I would like to know how to use the methods on the url itself.
    For instance, my webservice is in http://<servername>/ReportServer/ReportService2010.asmx
    Now I would like to understand how I can add methods on the url itself like this (don't mind the incorrect syntax thats what I'm trying to figure it out)
    http://srv-bisp-dev/ReportServer/ReportService2010.asmx?op=GetDataSetData=<DatasetName>
    In the end,I would like to press enter and show the dataset result on the browser in xml tags.
    I don't even know if this is possible so I'm sending clay to the wall.

  • How does the URL of DataSocket constitute?And how to use it in LabWindows/CVI ?

    Hi !
    There's a problem puzzled me some days.How does the URL of DataSocket constitute ? And how to use it in LabWindow/CVI ?
    For example.I have downloaded a code in http://zone.ni.com/devzone/cda/epd/p/id/3787.I want to make it work properly.So I configure my DataSocket Server Manger according to the URL of this statement.
    DS_Open ("dstp://weather.natinst.com/weather/current",
    DSConst_ReadAutoUpdate, DSCurrentCallback, NULL,
    &dsCurrentHandle);
     My DateSockket Server Manger is configured as:
    However,it could not work properly when I debug it.
    There's a introduction at the top of the code."You may need to replace the references to weather.natinst.com to 130.164.140.10 if the DNS isn't working properly."So,I modified the statement into
    DS_Open ("dstp://130.164.140.10/weather/current",
    DSConst_ReadAutoUpdate, DSCurrentCallback, NULL,
    &dsCurrentHandle);
    but,it did work properly.
    We want to communicate with other computers via the URL of  DataSocket in LabWindows/CVI.Whereas,how could we make it ia the URL ?
    If anyone could help me solve this problem,I would appreciate it very much !
    Best regards.
                     xiepei
    I wouldn't care success or failure,for I will only struggle ahead as long as I have been destined to the distance.

    Hi !
    Thank you very much for your reply! I will accept your advice.
    Besides,I have another question.If I want to visit other computers or other websites,how does the URL of DataSocket  I constitute ? Does the URL has any relation with the DataSocket Server Manger ?If does,how to configure the DataSocket Server Manager to let them connected.If they have no relation,how to use the DataSocket Server Manger ?
    After all,I want to know how to use it in LabWinows/CVI ?
    Thank you very much !
    Best regards!
    I wouldn't care success or failure,for I will only struggle ahead as long as I have been destined to the distance.

Maybe you are looking for