Title: oadesign's Replies | WordPress.org

---

# oadesign

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Visual Editor Not working since 3.1 Install](https://wordpress.org/support/topic/visual-editor-not-working-since-31-install/)
 *  [oadesign](https://wordpress.org/support/users/oadesign/)
 * (@oadesign)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-not-working-since-31-install/#post-1978002)
 * I too would like to see this resolved.
 * It may help to list the plugin or theme that you are using.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [New Subdomain sites not created](https://wordpress.org/support/topic/new-subdomain-sites-not-created/)
 *  Thread Starter [oadesign](https://wordpress.org/support/users/oadesign/)
 * (@oadesign)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/new-subdomain-sites-not-created/#post-1920849)
 * Alas, I could not wait any more. I spent quite some time trying to complete this
   myself, to no avail.
 * Mind you thin was hosted on a vps, most other details i handle on my own.
    I 
   broke down and put in a support ticket to my hosting provider. 15 min later, 
   bam, done working like a charm.
 * Thanks to Curtiss and Andrea for your replies.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [New Subdomain sites not created](https://wordpress.org/support/topic/new-subdomain-sites-not-created/)
 *  Thread Starter [oadesign](https://wordpress.org/support/users/oadesign/)
 * (@oadesign)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/new-subdomain-sites-not-created/#post-1920841)
 * Yes I did, several times. Probably the same amount of times I refreshed this 
   page to see in anyone responds with a solution 😉
 * But I noticed on other thing. Shouldn’t this line in the vhosts.conf:
 * `<Directory /var/www/vhosts/mydomain.com/>`
 * read like this?:
 * `<Directory /var/www/vhosts/mydomain.com/httpdocs/>`
 * Mind you I have tried it, but not sure if that is the only issue im having.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [New Subdomain sites not created](https://wordpress.org/support/topic/new-subdomain-sites-not-created/)
 *  Thread Starter [oadesign](https://wordpress.org/support/users/oadesign/)
 * (@oadesign)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/new-subdomain-sites-not-created/#post-1920724)
 * I found this:
 *     ```
       1.<Directory /var/www/vhosts/mydomain.com/>
       2.AllowOverride FileInfo Options
       3.php_admin_flag safe_mode off
       4.<Directory
       ```
   
 * On this page in the Codex: [link from the codex](http://codex.wordpress.org/Configuring_Wildcard_Subdomains_for_multi_site_under_Plesk_Control_Panel).
 * First off, I’m not familiar with writing these apache codes, but line number 
   for looks like its incomplete. Is that accurate?
 * Secondly, I did not have to add any extra configuration to my vhost for the install
   that ‘IS’ working fine.
 * Any ideas?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [New Subdomain sites not created](https://wordpress.org/support/topic/new-subdomain-sites-not-created/)
 *  Thread Starter [oadesign](https://wordpress.org/support/users/oadesign/)
 * (@oadesign)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/new-subdomain-sites-not-created/#post-1920719)
 * So in that case where the the change be made?
    here is the htacces that WP generated
   at install.
 *     ```
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule . index.php [L]
       ```
   
 * and here is the my vhosts file
 * `ServerAlias *.mydomain.com`
 * what more do i need to add to the vhost to make it point properly?

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