问题离子进入 [英] Problem with ionic entry

查看:102
本文介绍了问题离子进入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我重定向,它说找不到网页。有什么不对我的离子进入? PLZ帮助日Thnx

When I redirect, it says Page not found. what is wrong with my ionic Entry ?? Plz help thnx

code

Response.Redirect(my site's url + "editques/" + "QuesID/" + QuesID + "/" + PID + "/" +QuesTypeID);



ionic entry 

RewriteRule ^/myweb/edit/$ /myweb/Edit.aspx [I]
RewriteRule ^/myweb/edit/PID/([^/]*)$ /myweb/Edit.aspx?PID=$1 [I]
RewriteRule ^/myweb/edit/QuesID([^/]*)/([^/]*)/([^/]*)$ /myweb/Edit.aspx?QuesID=$1&PID=$2&QuesTypeID=$3 [I]

本离子条目语法总是让我困惑:(

This ionic entry syntax always confuses me :(

推荐答案

我不知道什么是离子,并没有知道什么网站上的一个有效的URI是或不是的方式,但我猜你错过

I have no idea what Ionic is, and no way of knowing what a valid URI on your site is or is not, but I would guess you're missing a slash immediately after "QuesID" on the last line:

您有:

..../myweb/editques/QuesID([^/]*)/....

我觉得你想要的:

I think you want:

..../myweb/editques/QuesID/([^/]*)/....

作为一个正则表达式的前pression(?),它的确没有在重定向您的格式相匹配。

As a regex expression (?) it certainly doesn't match your format in the redirect.

这篇关于问题离子进入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆