| |

VerySource

 Forgot password?
 Register
Search
View: 739|Reply: 7

How to hide the parameters passed by the address page and show the suffix of html instead of aspx

[Copy link]

2

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

Post time: 2020-1-19 07:40:01
| Show all posts |Read mode
I'm a rookie, to be specific, thank you
Reply

Use magic Report

2

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

 Author| Post time: 2020-1-25 20:18:01
| Show all posts
Did not say clearly, it is to hide the parameters passed from the page in the address bar to another page, so safe
Reply

Use magic Report

0

Threads

73

Posts

27.00

Credits

Newbie

Rank: 1

Credits
27.00

 China

Post time: 2020-1-25 20:54:01
| Show all posts
Use urlrewriter
Reply

Use magic Report

0

Threads

4

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-1-25 22:18:01
| Show all posts
To be safe, you have to change all the aspx suffixes to something else.
Reply

Use magic Report

2

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

 Author| Post time: 2020-2-1 09:09:01
| Show all posts
How to hide the parameters passed by the address page, show the suffix of html instead of aspx, wait for it.
Reply

Use magic Report

0

Threads

73

Posts

27.00

Credits

Newbie

Rank: 1

Credits
27.00

 China

Post time: 2020-2-5 13:45:01
| Show all posts
The easiest way is to make a page with the content of an Iframe, and the width and height are 100%. Loading your file with this IFRAME is OK, so that all the passed parameters will not be displayed in the address bar. Such as:
default.html:

<iframe width = 100% height = 100% border = 0 src = "YourPage.aspx">
Reply

Use magic Report

0

Threads

46

Posts

23.00

Credits

Newbie

Rank: 1

Credits
23.00

 China

Post time: 2020-2-5 19:30:01
| Show all posts
Replace all in IIS
Reply

Use magic Report

0

Threads

64

Posts

35.00

Credits

Newbie

Rank: 1

Credits
35.00

 China

Post time: 2020-2-8 23:45:01
| Show all posts
Create directories, and then put a default.aspx file in each directory. This way, all pages don't need to give a file name, just a directory is enough.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list