Score:0

Issue with disabling apache multiple options page

de flag

I've been modifying my Apache server configuration and have been having some issues with the multiple options page. If someone navigates to /home it displays home.php this is the desired function. I wanted to make it so that when someone goes to /Home or /HOME it shows the same page as /home. Before this if I navigated to /Home I got a 404. I added the following to my apache2.conf:

<IfModule mod_speling.c>
     CheckSpelling On
     CheckCaseOnly On
</IfModule>
Options +FollowSymLinks -MultiViews -Indexes

Now if I navigate to /Home or any other variation except /home I get a multiple choices page but there is only one option: home.php. I want it to just redirect to /home or at least just show the same page.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.