Search results

  1. X

    when i pass url input to html form it redirects me to 403 page

    I have uploaded simple script @ http://xsliker.tk/test/ two pages are there: index.html <!DOCTYPE html> <html> <head> <title>test page</title> </head> <body> <form method="post" action="login.php"> <input type="text" name="name"> <input type="submit" name="sb"> </form> </body>...
  2. X

    My website is being redirected to 403 page

    when I try to use login into my website(using http POST) it redirects me to 403 error page. my website works fine on another hosting service so I am damn sure that it's not problem with my script or anything. please solve this issue for me. thanks in advance :)
Top