Note that there are some explanatory texts on larger screens.

plurals
  1. POApache Handling Characters Strangly
    primarykey
    data
    text
    <p>Ok I just switched servers from a shared host to a dedicated server and everything seems to be functioning the same EXCEPT for one problem. Before I get into this I should mention both servers ran the exact same codeigniter config on top of a LAMP stack</p> <p>I think it is easiest to show just by examples so here they are:</p> <p><strong>URI:</strong> /search/term/% <br /> <strong>New Server Result:</strong> Bad Request - Server Error<br /> <strong>Old Server Result:</strong> Executes a search and returns results for %</p> <p><strong>URI:</strong> /search/term/%20 <br /> <strong>New Server Result:</strong> Searchs and returns results for a space (the translation of %20)<br /> <strong>Old Server Result:</strong> Searchs and returns results for a space (the translation of %20)<br /></p> <p><strong>URI:</strong> /search/term/%2F <br /> <strong>New Server Result:</strong> Not Found - Server Error<br /> <strong>Old Server Result:</strong> Searchs and returns results for a / (the translation of %2F)<br /></p> <p>I want the server to produce results in these instances just like the previous server did.</p> <hr> <p><strong>UPDATE</strong><BR /> Senario #3 was solved but the first problem still remains and I can't figure it out. I want to add more details about it to possible get to the bottom of it. <br /><br />The exact error message is: <br /><em><b>400 Bad Request Bad; Your browser sent a request that this server could not understand.</b></em><br /><br /></p> <ol> <li>When I check the apache error logs there is nothing about this error there.</li> <li>The result is the same accross all browsers and after the cache is cleared.</li> <li>Finally, I am pretty sure that I set up <strong>AcceptPathInfo On</strong> correct because when I go to the url: /robots.txt/klsdfj (not a real location) it produces the contents of the robots.txt file. To the best of my understanding that's the proper function of this directive.</li> </ol> <p>Please let me know if any further info is required I would be happy to provide it. Thank you!!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload