Mutikasa
Power Member
- May 23, 2011
- 589
- 216
There is one page I wanna rip, but I don't know how.
Let me explain.
When I go to the page via link like this
I get to the page and it automatically redirects to root
and now I can see the page and everything, but going to source code i see this
When i refresh it's 404 error page.
How can you do this? It's first time I see this.
Let me explain.
When I go to the page via link like this
HTML:
http://domain.com/?ko=bla&la=koko
HTML:
http://domain.com
PHP:
<html>
<head>
<title>404 Not Found</title>
</head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center><hr>
<center>nginx</center></body></html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
When i refresh it's 404 error page.
How can you do this? It's first time I see this.