.htaccess设置指南
bigCat Posted in Linux - 0 Commenthttp://corz.org/serv/tricks/htaccess2.php mod_rewrite 教程
.htaccess 会降低APACHE的性能,除非你对目录权限要求很高或需要做UrlRewrite,否则不推荐你使用.
如果你的服务器目录结构是这样:
/usr/corsak/wwwroot/www/maindir
如果Apache指令中开启了AllowOverride支持.htaccess文件,每访问一次会依次搜索:
/usr/corsak/wwwroot/www/maindir/.htaccess
/usr/corsak/wwwroot/www/.htaccess
/usr/corsak/wwwroot/.htaccess
下面是一份详细的文档,不知道哪年从哪找的。 Read the rest of this entry »