How to hide the http path! Rt. for the sake of security, find a solution!
Reply to discussion (solution)
If a file is transferred, you can send an echo to both fread and echo.
If a file is transferred, you can send an echo to both fread and echo.
This is not the case. I want other people to access my website to see the address that is not the real address of my website. by viewing the source code, I cannot see my real address.
The attacker is not a villain, so you can see it by capturing packets.
It doesn't make sense to do this. the website cannot be remembered, but can only be accessed once?
1. server control, non-stop conversion ing
2. create N images and jump randomly
3. there is no need for domain names, only ip addresses are used, and all the subsequent paths are separated by a large number of numbers. why ?!
Does the landlord need a simple url rewriting?
For example, www.xxx.com/abc/3.php? Def = 39 to www.xxx.com/d/39
In fact, the root directory of the website does not contain the d folder.
What is the author talking about is URL rewriting?
Configure. htaccess, nginx. conf, or many open-source frameworks support url rewriting.
The attacker is not a villain, so you can see it by capturing packets.
It doesn't make sense to do this. the website cannot be remembered, but can only be accessed once?
1. server control, non-stop conversion ing
2. create N images and jump randomly
3. there is no need for domain names, only ip addresses are used, and all the subsequent paths are separated by a large number of numbers. why ?!
Information Management System
<Body> </body>
I want to set right in this code. this php address is hidden and replaced with lw. php (this file does not exist), so that those who view the source code through the browser will not see the right. php is lw. php, but by accessing lw. php can jump to right. php. And when I jump to right. php, what I see in the address bar is http://bbs.csdn.net/topics/390582783? Page = 1 # post-395490800.
The purpose is to prevent others from finding my right. php source file.
I don't understand the three methods you mentioned. could you give me a detailed explanation or search for a keyword myself.
Does the landlord need a simple url rewriting?
For example, www.xxx.com/abc/3.php? Def = 39 to www.xxx.com/d/39
In fact, the root directory of the website does not contain the d folder.
Can I rewrite the url in the php source file?
What is the author talking about is URL rewriting?
Configure. htaccess, nginx. conf, or many open-source frameworks support url rewriting.
Can I rewrite the url in the php source file?
You can use the #5 method to meet your requirements. search for the current version of url rewrite related posts or google
You can use the #5 method to meet your requirements. search for the current version of url rewrite related posts or google
#5 What is
You can use the #5 method to meet your requirements. search for the current version of url rewrite related posts or google
#5 What is
5th floor
Does the landlord need a simple url rewriting?
For example, www.xxx.com/abc/3.php? Def = 39 to www.xxx.com/d/39
In fact, the root directory of the website does not contain the d folder.
Can I rewrite the url in the php source file?
After rewriting, you can directly use lw. php as right. php and write lw. php as soon as it is used, and then automatically jump to right. php.
No problem
What is the author talking about is URL rewriting?
Configure. htaccess, nginx. conf, or many open-source frameworks support url rewriting.
Can I rewrite the url in the php source file?
Yes. for example, in the zend framework, you only need to configure the Router in the source code index. php.
After rewriting, you can directly use lw. php as right. php and write lw. php as soon as it is used, and then automatically jump to right. php.
No problem
Try it first
Jump to the page after the display address can be changed to http://bbs.csdn.net/topics/390582783? Page = 1 # post-395490800 address?
After rewriting, you can directly use lw. php as right. php and write lw. php as soon as it is used, and then automatically jump to right. php.
No problem
Try it first
Jump to the page after the display address can be changed to http://bbs.csdn.net/topics/390582783? Page = 1 # post-395490800 address?
What is the opposite idea? If you want to display this form, you need to jump in this form and then write rewrite rules to point to the real page.
After rewriting, you can directly use lw. php as right. php and write lw. php as soon as it is used, and then automatically jump to right. php.
No problem
Try it first
Jump to the page after the display address can be changed to http://bbs.csdn.net/topics/390582783? Page = 1 # post-395490800 address?
What is the opposite idea? If you want to display this form, you need to jump in this form and then write rewrite rules to point to the real page.
RewriteEngine on // on is enabled, off is disabled RewriteRule main. php $ index. php
Why can't I write. htaccess like this? Error Your browser sent a request that this server cocould not understand.
What is the author talking about is URL rewriting?
Configure. htaccess, nginx. conf, or many open-source frameworks support url rewriting.
Can I rewrite the url in the php source file?
Yes. for example, in the zend framework, you only need to configure the Router in the source code index. php.
An error occurred while rewriting. see upstairs. Main. php is my real address. index. php is virtual. isn't that true?