Apache IndexesDirectory Charset
Create a .htaccess file at the root directory of website
Add "IndexOptions Charset=GB2312" and save it.
Finished.
Create a .htaccess file at the root directory of website
Add "IndexOptions Charset=GB2312" and save it.
Finished.
Step 1:
Open "Internet Information Services (IIS) Manager"
Select "Web Service Extensions". Then select "Active Server Pages" in the right column.
Click "Allow" button.
Now, this Windows 2003 Server is support ASP.
Step 2:
Now, we should enable parent paths.
Right click the website what we want to config.
Click "properties", Select "Home Directory", Click "Configuration" . At the "Application Configuration" we select [...]
Edit fckconfig.js
FCKConfig.EnterMode = ‘p’ ; // p | div | br
FCKConfig.ShiftEnterMode = ‘br’ ; // p | div | br
Change the value.
*********************************************************
Edit proftpd.conf
Add TimesGMT off
Then save & quit and create a softlink
ln -s /usr/share/zoneinfo/Asia/Shanghai /usr/share/zoneinfo/CST
restart proftpd
************************************************
Edit or Replace /var/www/error/noindex.html
*****************************************
1. Install OS (RHEL 5/ContOS 5) with Apache, MySQL, Development Tools. Sendmail or Postfix is recommended.
2. Download Bugzilla from http://www.bugzilla.org/download/
3.Uncompression bugzilla-3.1.2.tar.gz.
4.Enter the root dircetory of the bugzilla, run ‘./checksetup.pl’ .
(To Be Continued……)
**************************************************