Title: munish.kumar's Replies | WordPress.org

---

# munish.kumar

  [  ](https://wordpress.org/support/users/munishkumar/)

 *   [Profile](https://wordpress.org/support/users/munishkumar/)
 *   [Topics Started](https://wordpress.org/support/users/munishkumar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/munishkumar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/munishkumar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/munishkumar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/munishkumar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/munishkumar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite with Zeus](https://wordpress.org/support/topic/multisite-with-zeus/)
 *  [munish.kumar](https://wordpress.org/support/users/munishkumar/)
 * (@munishkumar)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/multisite-with-zeus/#post-1760442)
 * Same Issue with my site also .Please tell me if fixed.
 * I am facing problem with sub domains not working with zeus server >i don’t have
   any idea how to write rewrite.script. The rewrite.script file I am using not 
   including css and images and also the subdomain website’s admin not working following
   are the htaccess file I have used on apache and working perfectly.However the
   rewite.script file creating any.Does zeus support multiwebsite.Please reply it’s
   urgent.
 * ========htaccess=========================
    # BEGIN WordPress <IfModule mod_rewrite.
   c> RewriteEngine On RewriteBase / 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).*) $2 [L]
   RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] 
   </IfModule>
 * # END WordPress
    ==========end of htaccess=====================
 * =============rewite.script===================
    RULE_0_START: # get the document
   root map path into SCRATCH:DOCROOT from / # initialize our variables set SCRATCH:
   ORIG_URL = %{URL} set SCRATCH:REQUEST_URI = %{URL} # see if theres any queries
   in our URL match URL into $ with ^(.*)\?(.*)$ if matched then set SCRATCH:REQUEST_URI
   = $1 set SCRATCH:QUERY_STRING = $2 endif RULE_0_END: RULE_1_START: # prepare 
   to search for file, rewrite if its not found set SCRATCH:REQUEST_FILENAME = %{
   SCRATCH:DOCROOT} set SCRATCH:REQUEST_FILENAME . %{SCRATCH:REQUEST_URI} # check
   to see if the file requested is an actual file or # a directory with possibly
   an index. don’t rewrite if so look for file at %{SCRATCH:REQUEST_FILENAME} if
   not exists then look for dir at %{SCRATCH:REQUEST_FILENAME} if not exists then
   set URL = /index.php?q=%{SCRATCH:REQUEST_URI} goto QSA_RULE_START endif endif#
   if we made it here then its a file or dir and no rewrite goto END RULE_1_END:
   QSA_RULE_START: # append the query string if there was one originally # the same
   as [QSA,L] for apache match SCRATCH:ORIG_URL into % with \?(.*)$ if matched then
   set URL = %{URL}&%{SCRATCH:QUERY_STRING} endif goto END QSA_RULE_END: =======
   ======end of rewrite.script=============

Viewing 1 replies (of 1 total)