Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I too would like to see this resolved.

    It may help to list the plugin or theme that you are using.

    Thread Starter oadesign

    (@oadesign)

    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.

    Thread Starter oadesign

    (@oadesign)

    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.

    Thread Starter oadesign

    (@oadesign)

    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.

    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?

    Thread Starter oadesign

    (@oadesign)

    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)