oadesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor Not working since 3.1 InstallI too would like to see this resolved.
It may help to list the plugin or theme that you are using.
Forum: Networking WordPress
In reply to: New Subdomain sites not createdAlas, 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
In reply to: New Subdomain sites not createdYes 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
In reply to: New Subdomain sites not createdI found this:
1.<Directory /var/www/vhosts/mydomain.com/> 2.AllowOverride FileInfo Options 3.php_admin_flag safe_mode off 4.<DirectoryOn this page in the Codex: link from the codex.
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
In reply to: New Subdomain sites not createdSo 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.comwhat more do i need to add to the vhost to make it point properly?