You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<FilesMatch "^index.php$">
SetHandler application/x-httpd-php
AcceptPathInfo On
Sometimes Apache just needs to be told that 'my.php' is actually a PHP file in order for path info to work correctly I believe it has something to do with security in Apache 2 ;)