04-11-2016, 03:37 AM
I have following link
where
contains Abhishek Amit but when i click on this link instead of getting on next page i get following error message Not Acceptable!
An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security. I have tried using url_encode() but that is also not working. This issue is only on server (shared hosting) it is working properly on wamp server. Please give solution to the above issue
Code:
<a href="<?=base_url()?>controller/controller_method/<?=$l1."/".$l2?>">
where
Code:
$l2
An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security. I have tried using url_encode() but that is also not working. This issue is only on server (shared hosting) it is working properly on wamp server. Please give solution to the above issue