Configurations of htaccess for Multi-Sites in Sharehost
It's the htaccess configurations for multiple websites in sharehost. Cause sometimes you may not be able to modify apache vhosts. [codesyntax lang="apache" lines="no"] Options -Indexes -MultiViews +Fo… Continue reading
Install Apache on Ubuntu
1. Apache [codesyntax lang="bash" lines="no" container="pre" tab_width="4"] $ wget http://mirror.bjtu.edu.cn/apache/httpd/httpd-2.2.17.tar.gz $ tar -xzf httpd-2.2.16.tar.gz $ cd httpd-2.2.16 $ sudo ./… Continue reading