Regla en Web Config
up vote
-1
down vote
favorite
tengo el siguiente problemas para configurar direcciones amigables. Intento reescribir la ruta que va a mi archivo pero no funciona.
Un ejemplo:
La direccion es www.nombreweb.com.ar/vista/administracion/aplicaciones/registrar.php
y la idea es minimizar la dirección a
www.nombreweb.com.ar/App/registrar.php
<rule name="Aplicaciones">
<match url="^App$" />
<action type="Rewrite" url="/vista/administracion/aplicaciones/">
</rule>
Espero su ayuda!!Muchas Gracias !
web url url-rewriting web-config rules
add a comment |
up vote
-1
down vote
favorite
tengo el siguiente problemas para configurar direcciones amigables. Intento reescribir la ruta que va a mi archivo pero no funciona.
Un ejemplo:
La direccion es www.nombreweb.com.ar/vista/administracion/aplicaciones/registrar.php
y la idea es minimizar la dirección a
www.nombreweb.com.ar/App/registrar.php
<rule name="Aplicaciones">
<match url="^App$" />
<action type="Rewrite" url="/vista/administracion/aplicaciones/">
</rule>
Espero su ayuda!!Muchas Gracias !
web url url-rewriting web-config rules
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
tengo el siguiente problemas para configurar direcciones amigables. Intento reescribir la ruta que va a mi archivo pero no funciona.
Un ejemplo:
La direccion es www.nombreweb.com.ar/vista/administracion/aplicaciones/registrar.php
y la idea es minimizar la dirección a
www.nombreweb.com.ar/App/registrar.php
<rule name="Aplicaciones">
<match url="^App$" />
<action type="Rewrite" url="/vista/administracion/aplicaciones/">
</rule>
Espero su ayuda!!Muchas Gracias !
web url url-rewriting web-config rules
tengo el siguiente problemas para configurar direcciones amigables. Intento reescribir la ruta que va a mi archivo pero no funciona.
Un ejemplo:
La direccion es www.nombreweb.com.ar/vista/administracion/aplicaciones/registrar.php
y la idea es minimizar la dirección a
www.nombreweb.com.ar/App/registrar.php
<rule name="Aplicaciones">
<match url="^App$" />
<action type="Rewrite" url="/vista/administracion/aplicaciones/">
</rule>
Espero su ayuda!!Muchas Gracias !
web url url-rewriting web-config rules
web url url-rewriting web-config rules
asked Nov 7 at 12:25
Luchi
1
1
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53189441%2fregla-en-web-config%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown