Forum Moderators: phranque

Message Too Old, No Replies

why do we use Options +MultiViews?

htaccess Options explained

         

tabish

6:44 am on Aug 24, 2005 (gmt 0)

10+ Year Member



Hello,

I didnt get any tutorial for this. Why do we use Options +MultiViews in rewrite rules? how it affects Search engine crawling?

Can anyone point me any tutorial for this?

Regards
Tabish

jdMorgan

9:31 pm on Aug 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Look in the Apache documentation under "Content Negotiation" for more information; The MultiViews option enables or disables content negotiation, which is commonly used to serve different file formats (character sets, language settings) to clients, depending on their browser settings. VEry useful on sites with content in different languages, in different character sets, or where the right-to-left/left-to-right reading direction is reversed.

If you don't use this function, then turn MultiViews off to get an improvement in server performance.

Jim

chrisjoha

10:35 pm on Aug 24, 2005 (gmt 0)

10+ Year Member



If you have multi lingual content but serve it all with UTF-8 character encoding, does MultiViews still offer any enhacement?