Folder redirection to a custom folder

Can I redirect C:\folder with several clients at a location that is centralized on the server. If yes how?

Hello

The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums:

Tags: Windows

Similar Questions

  • On a w form Validation, how to redirect to a custom page

    Hello. I created a form in Dreamweaver CS5 that uses validating spry successfully. Once the form is submitted, the user is redirected to the home page. But I don't want this redirect.

    My question is, how can I have validated page redirect to a custom thank you page I designed? I do not know the code syntax / exact to write to do what I want and, even if I had the code, I don't know exactly where it should be placed. Please help if you can. Here is the source code. (Redirect) BTW, when I use Dreamweaver behaviors to add a URL, it ignores the required validation and allows you simply click the button submit and redirect.) Thank you very much!

    <! DOCTYPE HTML >

    < html >

    < head >

    < meta charset = "UTF-8" >

    "" < link href = "... / _css/main.css ' rel ="stylesheet"media ="screen, projection">

    "" < link href = "... / forms.css/_css" rel = "stylesheet" media = "screen, projection" >

    < title > < / title >

    <!-[if lt IE 9] >

    " < script src =" http://ie7-js.googlecode.com/svn/version/2.1 (beta4) / IE9.js "> < / script > <! [endif]-->

    "" < script src = "... / SpryAssets/SpryValidationTextField.js" type = "text/javascript" > < / script >

    "" < link href = "... / SpryAssets/SpryValidationTextField.css" rel = "stylesheet" type = "text/css" >

    < script type = "text/javascript" >

    <!-* I think that the line of code for redirection is here? ... I don't know how to write code to redirect to the page I want to *->

    function MM_goToURL() {//v3.0

    var i, args is MM_goToURL.arguments; document. MM_returnValue = false;

    for (i = 0; i <(args.length-1); I += 2) eval(args[i]+".location='"+args[i+1]+"'");

    }

    < /script >

    < / head >

    < body >

    < header id = "pageHeader" >

    "< a href ="... / index.htm "" > < img src = ""... / _images/logo.gif "width ="170"height ="91"alt ="Logo of HMN"id ="logo"> < /a >"

    "" < img src = "... / _images/tagline.png" width = "296" height = "92" alt = "Slogan HMN' id 'slogan' = >

    < / header >

    < nav id = 'mainNav' >

    < ul >

    "< li > < a href ="... / index.htm "> home < /a > < /li >"

    "< li > < a href ="... / press.htm "> news < /a > < /li >"

    "< li > < a href ="... / about.htm "> on < /a > < /li >"

    "< li > < a href ="... / contact.htm "> Contact < /a > < /li >"

    < /ul >

    < / nav >

    < br class = 'clear' >

    < div class = "headerContact" >

    < / div >

    < section >

    <!-the webformmailer.php file is located on the web at godaddy.com where server issues->

    < section id = "Request" >

    < id p = "intro" > ask your link to download < span id = "highlight" > </span > media Kit, please provide the following information: < /p >

    "< name of the form = 'Request' method ="post"action ="... /... / webformmailer.php "> < id p ="formCaption"> the fields marked with * are required." < /p >

    < p > < span id = "sprytextfield1" >

    < label for = "FirstName" > name: * < / label >

    < input type = "text" name = "FirstName" id = "name" >

    < span class = "textfieldRequiredMsg" > (required) </span > < / span > < / p >

    < p > < span id = "sprytextfield2" >

    < label for 'name' = > name: * < / label >

    < input type = "text" name = "name" id = "name" >

    < span class = "textfieldRequiredMsg" > (required) </span > < / span > < / p >

    < p > < span id = "sprytextfield3" >

    < label for 'society' = > company: * < / label >

    < input type = "text" name = "company" id = "company" >

    < span class = "textfieldRequiredMsg" > (required) </span > < / span > < / p >

    < p >

    < label for = "address" > address: < / label >

    < input type = "text" name = "address" id = "address" >

    < /p >

    < p >

    < label for = "address_2" > address 2: < / label >

    < input type = "text" name = "address_2" id = "address_2" >

    < /p >

    < p >

    City of < label for 'city' = >: < / label >

    < input type = "text" name = "City" id = 'city' >

    < /p >

    < p >

    State of < label for 'State' = >: < / label >

    < input type = "text" name = 'State' id 'State' = >

    < /p >

    < p >

    < label for "zip" = > Zip: < / label >

    < input type = "text" name = "zip" id = "zip" >

    < /p >

    < p > < span id = "sprytextfield4" >

    < label for = "email" > Email: * < / label >

    < input type = "text" name = "email" id = "email" >

    < span class = "textfieldRequiredMsg" > (required) </span > < span class = "textfieldInvalidFormatMsg" > Invalid format. </span > < / span > < / p >

    < p >

    < input name = "submit" type = "image" id = "submit" onClick = "MM_goToURL ('parent', 'media_kit_download.htm'); return document. MM_returnValue"src ="... / _images/btn_submit.png ">"

    < /p >

    < p > < / p >

    < / make >

    < p >

    < /p >

    < / div >

    < / div >

    < / section >

    < / item >

    < script type = "text/javascript" >

    var sprytextfield1 = new Spry.Widget.ValidationTextField ("sprytextfield1", "none", {validateOn:["blur"]});})

    var sprytextfield2 = new Spry.Widget.ValidationTextField ("sprytextfield2", "none", {validateOn:["blur"]});})

    var sprytextfield3 = new Spry.Widget.ValidationTextField ("sprytextfield3", "none", {validateOn:["blur"]});})

    var sprytextfield4 = new Spry.Widget.ValidationTextField ("sprytextfield4", "email", {validateOn:["blur"]});})

    < /script >

    < / body >

    < / html >

    You can try to change this:

    If ($landing_page! = "") {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) "" / $landing_page ");"

    }

    else {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) " /");

    }

    to: (thankyou.html is a custom page, you can configure)

    If ($landing_page! = "") {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) "" / $landing_page ");"

    }

    else {}

    Header ("Location: http://www.yourDomain.com/thankyou.html");

    }

    OR try the reverse, if the above does not work. I don't know what the variable $landing_page is referring to:

    If ($landing_page! = "") {}

    Header ("Location: http://www.yourDomain.com/thankyou.html");

    }

    else {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) " /");

    }

  • (Redirected) Problems with Customer Service

    Dell didn't ship my computer as shown in the command. I had to call and send a mail to get it shipped. Shipping on the order, which has affected the guarantee date then no corrected. I can't seem to get anyone to understand that. (A couple of other questions were raised because of the bad Service).

    How do someone help me?

    Service requests do not show the original e-mail, nor did they a brief phone calls. Emails of new support people do not show which was registered on the service request, so I don't know what SR they are referring (I tried to set up three separate issues, but you cannot open an SR about the wrong information introduced by a Dell support person).

    Best of this post in the Customer Care Forum, here:

    http://en.community.Dell.com/support-forums/customercare/f/4674.aspx

    Bev.

  • (Redirected) Very poor customer service and fake offers.

    It has been too many days I get an apology from Dell on college offer promotions, seems almost more a month ended I paid Rs. 1299 nothing was received from it. A very unsatisfactory experience and too much apology has been given to me, I have not received the Levi all and any voucher helmet yet, every time I call at the number below mentioned tells me that it will be in this week or 5 days blah blah. Give me a final answer so that then I can think of for the final decision.

    Thanks for the awsome business and wonderful customer service

    Hi pateljay.suresh,

    Please repost this in the forum for more quick help customer care.

    http://en.community.Dell.com/support-forums/customercare/

  • How to redirect to the error page custom when the authorization page schema fails

    Hello

    I've done a permission scheme using PL/SQL function return Boolean option.

    I made a custom error page.

    I put this program in one of my pages for authorization. If the authorization scheme fails, I would like the user to be redirected to the custom error page. Currently, it displays a blank page with the mentioned in the section "identify error message displayed when plan violated" page text of the authorization.

    Is there a way I can make this redirect to the custom on the failed authorization error page.

    I am currently using Apex 3.2.0

    Thank you
    Pradeep

    You can create an application process when loading and subordinate to run only when you load your pages, where you want to check if the authorization is successful or not. Your authorization process should run only once per session.

    DECLARE
       v_page_id   NUMBER := 1000;                      -- your custom error page
    BEGIN
       IF     NOT apex_util.public_check_authorization ('MY_AUTH')
          -- your authorization scheme
          AND :app_page_id NOT IN (101, 1000)
       THEN
          HTP.init;
          OWA_UTIL.redirect_url ('f?p=&APP_ID.:' || v_page_id || ':&SESSION.');
          HTMLDB_APPLICATION.g_unrecoverable_error := TRUE;
       END IF;
    END;
    

    Denes Kubicek
    ------------------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    ------------------------------------------------------------------------------

  • ISE - redirection link AV sanitation problem

    Dear,

    Working on ISE 1.1 and face a problem after the assessment of posture for a machine, if the machine is not the correct antivirus, the NAC Agent suggest sanitation following link: http://kaspersky.test.com, when the user tries to click on the link, the link redirects him to customer provisioning page instead of the right of the antivirus Installer page. Even if I try to put the IP address instead of the link http://10.10.10.10 the problem persists.

    Any ideas what could be the problem?

    Thanks in advance

    Concerning

    Zahi

    Hello

    If there is a wired interface, you must check the acl of redirection and to ensure that the entry is not redirect traffic to sanitation.

    Thank you

    Tarik Admani
    * Please note the useful messages *.

  • Redirect the URL after login / log out / sign up

    I was just wondering if it is possible to redirect users once they have a) connected in b) connected to or c) recorded?

    If all goes well, logging would return to the page where they were before the connection, disconnection would return to the home page and registration would go to their account details page.

    Anyone know how I can do this?

    Thank you.

    Yes, all those that are feasible.

    Login: something similar with the customization of the Web Forms the parameter is similar

    Disconnect: you will need to add some js to the logout confirmation page to make redirection - Secure system areas related pages

    The login form can be either twisted to redirect to a custom page, or you can set the point of the secure area on the account details page and forget it.

    Here's more information about secure areas - http://docs.businesscatalyst.com/user-manual/secure-zones

    Kind regards

    Mihai

  • Redirect to 3 different pages based on the value of the Auto complete field.

    Hi friends,

    I use a "Auto complete field" in a page for research (Apex version 4.0). But I need to get the values of the 3 tables and when you click on the redirection of the value to one of the 3 pages based on the value.

    For example, I have 3 tables. 1 customer 2 Sites 3.Employees. When I enter "c" in the search field, I need to get values of 3 tables in this area "AutoComplete". That is to say, if I have a customer with the name "cusotmer1", "customer2" and the location with the names of "cisc1", "cisc2" and employees with the name "cid1", "cid2"; When I enter "c" in the FQDN of the auto all 6 values must be given in the "AutoComplete" box and clicking on "customer1" / "customer2" need to redirect to the 'customer' page When you click on 'cisc1' / 'cisc2' redirect to 'site' when clicking on "cid1" / "cid2" redirect to the page of the employees. Is there a way to do this. Help, please.


    Kind regards
    NAV

    Net asset value,
    Here is a sample page that uses the code I proposed works fine for me with FF and IE (8.0).

    http://Apex.Oracle.com/pls/Apex/f?p=18:3

    Note: I've added a warning message before being submitted

    This page works by your side?

  • Using PHP Script?

    Problem with the script php below. I want the name of the file downloaded to appear in the subject line and the body of the email that it generates. It seems that the script is supposed to write the file name in the confirmation (see first if / echo statement), but this does not happen. Also, is there an easy way to redirect to a custom confirmation page?
    Any help would be greatly appreciated!
    Thank you

    The $target variable contains the path and name of the downloaded file.
    The name of the file itself is given by the basename() function, for example,

    <>
    $path = ' / home/httpd/html/index.php ';
    $file = basename ($path); $file has the value 'index.php '.
    $file = basename ($path, ".php"); $file has the value "index".
    ?>

    So - if you want filename to appear in the subject of the e-mail, you
    He would do the same-

    $subject = "new file Upload. ' ' . baseName ($_FILES ['uploaded'] ['name']);

    In other words, concatenate the text 'New file Upload' with a space, and
    then with the name of file, as returned by this function.

    > The script contains two variable $target. Looks like
    > one refers to the directory that contains the downloaded files, while
    > the
    > then designates the directory AND file name.

    In fact the first instance sets $target to the directory and the second
    instance adds the name of the file to the value of this variable (note the '. ' for)
    indicate the concatenation). The $target variable now contains just the
    path to the file.

    To add the file name to the variable $message, you would use-

    $message = "new file". ' - ' . baseName ($_FILES ['uploaded'] ['name']).
    "has been...

    Finally, if the email is sent, then the redirect SHOULD work, assuming that
    Is the name of the correct redirect page-

    Custom - confirmation.php

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    ==================

    "TGC80104" wrote in message
    News:g68v2n$4k8$1@forums. Macromedia.com...
    > I tried your suggestions, but no go. I do not know I did something wrong. The
    > modified script is below. Expected the variables $subject and $message
    > include the
    > variable $target as well? The script contains two variable $target. Seems
    > as
    > one refers to the directory that contains the downloaded files, while
    > the
    > then designates the directory AND file name. Example, from scripts
    > first
    > two lines:
    >
    > $target = "Download";
    > $target = $target. baseName ($_FILES ['uploaded'] ['name']);
    >
    > Yes, maybe...
    >
    > $subject = 'New file Upload' $target. basename)
    (> _FILES ['uploaded'] ['name']) $;
    >
    > Or not?
    > Forgive my ignorance, but I'm a complete newbie to PHP.
    > Thanks for your help!
    >
    ><>
    > $target = "Download";
    > $target = $target. baseName ($_FILES ['uploaded'] ['name']);
    $ok > = 1;
    > $to = "enter the email address";
    > $subject = "new file Upload. baseName ($_FILES ['uploaded'] ['name']);
    > $message = "new file". baseName ($_FILES ['uploaded'] ['name']) ' has been
    > downloaded in the DOWNLOAD folder on puremash.com';
    > $headers = ' from: Enter e-mail address. "\r\n".
    > "Reply-To: enter repl - address."\r\n"."
    > ' X-Mailer: PHP /'. phpversion();
    >
    >
    > If (move_uploaded_file ($_FILES ['download'] ['tmp_name'], $target))
    > {
    > echo "the file. baseName ($_FILES ['uploaded'] ['name']). "has been".
    "> uploaded ';
    > mail ($ $subject, $message, $headers);
    > header ("Location: custom - confirmation.php");
    > exit();
    > }
    > {else}
    > echo "Sorry, there was a problem downloading your file.";
    > }
    > If ($uploaded_type == "text/php")
    > {
    > don't echo "no PHP files.
    ";
    $ok > = 0;
    > }
    > If ($uploaded_type == ' text/html')
    > {
    > don't echo 'no HTML files.
    ";
    $ok > = 0;
    > }
    > ?>
    >
    >

  • ISE 1.2 CWA with several Ssnp - SessionID replication / Session expired

    Hi all.

    I have a nodes of Services (2) policy (NSP) in a deployment of ISE launched 1.2 patch 1. We use Wireless MAB and CWA on Wireless LAN controllers v3.3.3 running 5760.

    We hit a problem in which a client comes first MAB and then is redirected to a custom portal CWA. The customer then receives a message from the Session has expired. This seems to be related to the fact that the CWA is technically an authentication of 2 floors (MAB by the WLC) and then of the CWA by the customer. Specifically, it seems to happen when the WLC makes his request to access PSN - 1 RADIUS MAB and then the customer comes to PSN - 2 to finish the CWA. This problem does not occur when a NHP is being used and all traffic authentication (RADIUS MAB and CWA) caters to a unique PSN.

    Customers solve the COMPLETE domain name in the redirect URL using DNS public and a public DNS zone file (let's call it cwa - portal example .com). CWA - portal example .com has two records for the two nodes of NHP. DNS responds to queries using Robin DNS.

    I have the Ssnp configured in a node group for replication of session information between PSN, but this does not seem to make a difference in the behavior.

    So I ask:

    What is the architecture recommended for CWA when you use more than one PSN? It seems that you must keep the stream two authentication pinned together so that they both hit the PSN even when you use more than one PSN in a deployment. A load balanced on the SessionID string balancer comes to mind (demand of RADIUS MAB and contain both the CWA URL this unique by client SessionID), but that seems awfully oversized for a seemingly simple problem. On the other hand, it seems also that by using a configuration node group should easily be able to reproduce customer SessionID to all nodes in the deployment, so that is not a problem. That is, if the WLC authenticates MAB on PSN-1, then PSN-1 should talk the group node such that when the client CWA on PSN - 2, 2 - PSN responds with a Session expiration message.

    Is there a Cisco documentation which talks about this?

    Maybe in relationship:
    https://supportforums.Cisco.com/discussion/12131531/ISE-12-guest-access-...

    Justin

    Hi Justin,

    Node groups are mainly used for redundancy of the sessions that are waiting for status.  Thus, because the controller is configured to use the PSN-1 as the first RADIUS server, PSN-1 will be the session on the client information.  This information is not shared with PSN-2 that's why you see "expired session".  In short, the node that processes applications MAB, must be the node that serves as the personalized Portal.

    Round robin DNS is preferable for use with the sponsor of the portal and portal of my devices with an FQDN that is similar to sponosr.example.com and mydevices.example.com.  For CWA, a load balancer is the best option if you want to use multiple Ssnp.  Aaron Woland wrote and article covering the ISE and the load balancing.  F5 has also some useful information on how to configure their loadbalancers with Cisco ISE.

    Kind regards

    Tim

  • Question commissioning of the ISE NAC agent

    I downloaded the NAC agents and modules of conformity to the ISE and configured the client provisioning rules. The user guide is not really explain very good next steps.

    I guess because the identity of the user groups are used in politics, commissioning is used with webauth, is that correct?

    Jeppe,

    The commissioning customer is done with any authentication method. Whether via dot1x or webauth, it is the authorization policy that starts this process. You redirect your customers customer provisioning portal using the authorization policy. Then, you determine which agent (web agent, agent nac or no agent) through the client provisioning policy.

    Hope that helps,

    Tarik Admani
    * Please note the useful messages *.

  • [ADF, JDev12.1.3] Session time-out: is it possible to perform a rederict to a URL to be composed on the basis of a model session ARVS?

    Hallo,

    using this tutorial Fortune Minds - Oracle ADF: how to redirect to a custom page each time the session of delay in the application of the ADF? I implemented a simple redirect when the session expires.

    The real URL 'redirect' should be composed according to the value stored in a var to a managed bean sessionScope, but the problem it is that... the afterPhase listener is run after the session has already expired.

    Could you kindly advice me a wokaround or a different approach to achieve this goal?

    Thank you

    Federico

    Cannot use a variable of bean in any scope as the info is gone. You can store the information in a cookie and read the form here.

    Or you use a different method like adventures of the man of Oracle ADF: heroic alternatives to avoid the annoying Popups SessionTimout ADF

    Timo

  • 2 shapes on a page with different confirmation pages

    I have a popup "Join us" on the following Web site: garmentbag.com.au

    Question is, if the user is on the payment page and click the link "Contact us", which opens the modal, and completed the join form us, the user is directed to the page of 'Réception', as if they have completed a form of payment.

    I tried to change the popup to use ajax (that is to say & JSON = 1) which also works fine but only on all other pages, according to the current implementation. The question seems to be if two forms exist on the same page (IE join us form popup and checkout).

    When the user is on the payment page, but trying to send the form "join us" through the pop-up modal confirmation redirection "Join us" custom form is ignored (& PageID=/FormConfirmation/join-us-confirmation.htm) as he's probably trying to use the action of the form of the shape of the body.

    Any help would be sincerely appreciated.

    You have two submit button ID of the element with the name of "catwebformbutton" (which is bad HTML in itself), but javascript is required for this name ID (twice in this case). You have to change the name of one of the ID of the sending and the javascript bind connected to it.

  • DBMS_LDAP error

    Hello
    I'm trying to find a way around a mistake I get using the DBMS_LDAP.get_values. The following code works very well for most cases of my LDAP search for attributes, however, it seems that if there is no value for the attribute I eventually get no results and get an error message. This happens when someone happens to have no value for 'telephonenumber.

    l_attrs (1): = "ndtitle";
    l_attrs (2): = 'title';
    l_attrs (3): = "nddepartment";
    l_attrs (4): = "ndprimaryaffiliation";
    l_attrs (5): = "ndtoplevelprimarydepartment";
    l_attrs (6): = 'telephonenumber;
    retval: = dbms_ldap.search_s (l_session,
    ldap_globals.g_search_base,
    dbms_ldap.scope_subtree,
    '(UID is [user_id])',
    l_attrs,
    0,
    l_message);
    l_entry: = dbms_ldap.first_entry (l_session, l_message);
    instantaneous: = dbms_ldap.get_dn (l_session, l_entry);
    l_attr_name: = dbms_ldap.first_attribute (l_session, l_entry, l_ber_elmt);
    .
    .
    .

    l_attr_name: = dbms_ldap.next_attribute (l_session, l_entry, l_ber_elmt);
    l_vals: = DBMS_LDAP.get_values (l_session, l_entry, l_attr_name);
    If l_vals. COUNT > 0 then
    BECAUSE me in l_vals. FIRST... l_vals. LAST loop
    DBMS_OUTPUT. Put_line (' ' | l_attr_name |) ' : '|| SUBSTR (l_vals (i), 1, 200));
    end loop;
    end if;

    If I remove an attribute for which there is apparently no value (last one - phone #), I retrieve the values for other attributes of the user. As soon as I put this attribute in the search, I get no fair results:

    ORA-31229: DBMS_LDAP: invalid input parameter

    For user_id that have value for this last attribute I have translated very well.

    My problem is how can I manage the condition ' l_vals. COUNT = 0'?
    I tried to add, after the loop, the following:

    ON THE OTHER
    dbms_output.put_line ('no value');


    But I get even: ORA-31229: DBMS_LDAP: invalid input parameter

    All the examples I've seen to get the values use only ' if l_vals. COUNT > 0', but none of them show what to do when the County is not > 0!

    Any help would be appreciated.

    Thank you
    Pat

    Addendum: I was able to add exception handling to capture the error code and to avoid the abandonment of the entire session. Now just have to find a way to make a friendly message about the error in my Apex application.

    Published by: patfmnd on July 1, 2011 16:22

    Hi Pat,

    Basically, you need to stop the process of the APEX, which reportedly took place when the exception was thrown. To do this, you must set wwv_flow.g_unrecoverable_error: = TRUE;
    Subsequently, you can redirect to a custom error page, for example using owa_util.redirect_url

    There are some examples of generic approaches, for example the one posted in Blog of Duncan [url http://djmein.blogspot.com/2007/04/custom-error-handling-in-apex.html]. He must adapt to your scenario as well, but can be more complex to for this case.

    -Udo

  • How can I customize the form confirmation page?

    I would like to remove the default form confirmation page and replace it with a custom "thank you Joining page" but don't know which module to use or choose to insert. And I can't seem to find what model control the "confirmation page thank you.

    Where can I find this module?

    Hi DSLAgency,

    You can also add the following to the form action to redirect to a custom confirmation page if you do not want to tinker with the default confirmation page. In this way, you can customize each form page continue the conversion program.

    & PageID = / pagename.html

    More info here.

    http://KB.worldsecuresystems.com/478/bc_478.html#main_Redirecting_the_Web_Form_confirmatio n_page

    I hope this helps.

    See you soon.

Maybe you are looking for