How to install Wordpress MU ?

เริ่มโพสต์โดย oop, 03 พ.ย. 2006, 11:38 น.

0 สมาชิก และ 1 บุคคลทั่วไป กำลังเปิดอ่านโพสต์นี้

แมวดำ

Open up .htaccess and remove/comment out the RewriteBase line and also add a slash to the wp-admin redirect target rule. This will allow the .htaccess to function correctly from any path, rather than just from /blogs/.
RewriteEngine On
# RewriteBase /blog/

#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

SMF 2.1.7 © 2026, Simple Machines