• I need to run several wp sites on the same server, single nic, routed by virtual host

    Server is:
    WP 3.8 on Redhat

    httpd.conf is:
    Listen 80
    DocumentRoot “/var/www/html”
    ServerName 128.23.34.205:80
    NameVirtualHost *:80

    <VirtualHost *:80>
    DocumentRoot /var/www/html/panc
    ServerName episodstudy.org
    ServerAlias www.episodstudy.org
    </VirtualHost>

    Enabled virtual host on Apache2. Created three hosts that do point to the correct WP directory, but no themes, and unable to access the admin pages.

    Thanks for your assistance.
    Harry

The topic ‘Theme/Admin problems after VHost’ is closed to new replies.