Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter codedecks

    (@codedecks)

    Looks like it’s time to upgrade…

    Thanks again Ipstenu!

    Thread Starter codedecks

    (@codedecks)

    Can some tell me if adding a new site under the Network Admin shouldn’t it automatically create a website and director? Or do I have to create the directory manually?

    Thread Starter codedecks

    (@codedecks)

    Thanks for your response! I have my own windows 2003 server running iis 6. I’ve set my multisite in sub folders, my directlry structure is as follow (E:\workgroup\ and E:\workgroup\subsites. I have limited knowledge on .htaccess file a link to tutorial/sample would be very helpful.

    Here is my .htaccess, any other suggestion would be greatly appreciated.

    RewriteEngine On
    RewriteBase /workgroup/
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

Viewing 3 replies - 1 through 3 (of 3 total)