Forum Moderators: phranque

Message Too Old, No Replies

Help with Virtual host - Dreamweaver

Virtual host, Dreamweaver Help

         

bucknasty

10:31 pm on Mar 23, 2011 (gmt 0)

10+ Year Member



PHP "Virtual Host" Site error Using Dreamweaver


I created a virtual host on my local machine. I am using Apache, php5, and mysql 5. I moved my "wordpress files and

folders" into the root folder for my site. My htdocs looks like this;




<VirtualHost *:80>
ServerName localhost
DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs"
</VirtualHost>

<VirtualHost *:80>
ServerName myvirtualrootfolder.com
DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs/myvirtualrootfolder"

<Directory "C:/Program Files/Apache Group/Apache/htdocs/myvirtualrootfolder">
Options FollowSymLinks Indexes
Allow from all
Order allow,deny
AllowOverride All
</Directory>
</VirtualHost>


I followed the dynamic dreamweaver setup. Next I see, "This page may have dynamically-related files that can only be

discovered by the server. When I click "Discover", I'm told "my site definition isn't correct." Can anyone help me

please?