I have apache, php, and mysql all properly installed and they all work, except...if I have a link like http://localhost?add=yes&subtract=no it will only refresh the page, like it's not even reading anything after the "?". Weird.
I know apache works because I can pull us localhost. php works because i can pull up phpinfo(). mysql works because I can connect to it.
Why wont links with strings work?
In my apache config I have:
AddType application/x-httpd-php .php .triple
someone said that I have to have:
Action application/x-httpd-php "/usr/bin/php.exe" above the previous line. I know that's true in windows, but is that true in linux?