php - Receiving 404 Error -


i have simple code:

<?php     if(isset($_post['test'])) {         echo $_post['test'];     } ?>   <form action="testing.php" method="post">   <table>   <tr><td>fill out:</td><td><input type="text" name="test" /></td></tr>  <tr><td colspan="2" align="center"><input type="submit" /></td></tr>    </table>   </form> 

whenever put "http://www.google.com" , click "submit", error:

image: i.stack.imgur.com/mcrrb.png

if put "google.com" , click "submit", echo's result fine:

image: i.stack.imgur.com/5wakc.png

now, happens on 1 of hosting providers. if put script on hosting provider, works fine.

i'm wondering if there can possibly fix problem. have tried changing file's permissions 777, still gets same error.

could setting in "php.ini" file causing error?


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -