^_^

2006年2月20日星期一

提供WordPress 2.0.1测试 自建WP注意事项

年前就在自己机器上安装了WordPress 2.0,今天又update到WP 2.0.1,随便提供喜欢WP的朋友测试,但是经常关机,造成不便,还请见谅。
usename password
TestA testa
TestB testb
* 软件版本。
wordpress-2.0.1
apache_2.0.55-win32-x86-no_ssl
mysql-4.0.25-win32
php-5.0.4-Win32
phpMyAdmin-2.7.0-pl2
* apache中对PHP的支持。
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"
* apache中对于permalink的相关设定。
LoadModule rewrite_module modules/mod_rewrite.so
Alias /wp "C:/foolbear/content/WordPress/"
<Directory "C:/foolbear/content/WordPress">
    AllowOverride None
    Options All
    Order Allow,Deny
    Allow from All
    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /wp/
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /wp/index.php
    </IfModule>
</Directory>
* apache中对域名、虚拟主机的设定
ServerName foolbear.be:80
NameVirtualHost 222.66.79.100:80
<VirtualHost *:80>
    ServerAdmin this@foolbear.be
    DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs"
    ServerName foolbear.be
</VirtualHost>
<VirtualHost 222.66.79.100:80>
    ServerAdmin this@foolbear.be
    DocumentRoot "C:/foolbear/content/WordPress"
    ServerName wp.foolbear.be
</VirtualHost>
本站文章除注明外,均为本站原创
转载请注明文章转载自: 大笨熊乐园 [ https://blog.foolbear.com/ ]
文章标题: 提供WordPress 2.0.1测试 自建WP注意事项
文章地址: https://blog.foolbear.com/2006/02/wordpress-201-wp.html

没有评论 :

发表评论

Related Posts with Thumbnails