.htaccessの記述色々

2010年5月28日

メインホストに移転したZencartの通販サイトが動かない件で、
.htaccessをいじくってたら、混乱してきたので(-“-;)
ここらで情報をまとめときます。

■Rapidsite RV8サーバ メインホストのデフォルト

Options FollowSymLinks ExecCGI
AddType application/x-httpd-cgi .cgi


allow from all

マニュアルには、メインホストでも下の設定がいるように書かれてるけど、
最初からMT等のアプリケーションがすぐ使えるように搭載されてるんで、
必要ないんじゃないかしら・・・

■Rapidsite RV8サーバ サブホストのcgi-binフォルダ以外でCGIを稼働する場合

Options +ExecCGI
AddHandler cgi-script cgi
AddType text/html cgi 

■ZenCartのトップディレクトリの.htaccess

# $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# 
#   AllowOverride Options
# 
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)

# Fix certain PHP values


  php_flag register_globals Off



  php_flag register_globals Off