mod_rewrite 'add path info postfix:'
apache, mod-rewrite
Solution
Is it possible the new server has mod_dir loaded, with `DirectorySlash On` where the old one did not and that is leading to this problem?
(Note that `DirectorySlash On` is the default if `mod_dir` is loaded and nothing is overriding it)
Problem
Why is my mod_rewrite doing this? ``` add path info postfix: /home/mobelluk/public_html/about.php -> /home/mobelluk/public_html/about.php/ ``` which results in an unwanted trailing slash on EVERYTHING. I have disabled all my .htaccess rules so they're out of the equation.