.htaccess で、Options を追加した場合、「FollowSymLinks」が必要です。 「FollowSymLinks」がないと、Blogが使用できなくなります。 |
|
(例).htaccess の内容 |
Options ExecCGI Includes FollowSymLinks |
AddType text/x-server-parsed-html .html |
AddType application/x-httpd-cgi .cgi .pl |
DirectoryIndex index.cgi index.html |