Help me for prefect installation wordpress in wamp with virtual host
Posted by: ripon5050r (27.147.191.---)
Date: August 01, 2019 12:15AM

i know how to install wordpress with virtual host in xampp and i use the xampp as long time there i have no problem but recently i install wamp server & i change the host, httpd-vhosts.conf configuration for wordpress installation.

My problem is when i browse directly like that mydomain.net then come the list of wordpress file.
But
it's work when i browse the host domain like that : mydomain.net/wp-admin but main problem is after wordpress installation when i browse the site domain directly like that, mydomain.net that time's showing same. i mean, then come the list of wordpress file not come the wordpress active theme.

i change the wamp server config. thats not work.

*Please help me.

i use that in httpd-vhosts.conf and WampServer Version 3.1.9 64bit
Apache 2.4.39 Port 80- PHP 7.3.5
MySQL 5.7.26 Port 3306
MariaDB 10.3.14 Port 3307
PHP 7.3.5 for CLI (Command-Line Interface)


<VirtualHost *:80>
ServerAdmin admin@localhost
DocumentRoot "c:/wamp64/www"
ServerName localhost
ServerAlias www.localhost.com
ErrorLog "logs/localhost-error.log"
CustomLog "logs/localhost-access.log" common

<Directory "c:/wamp64/www">
AllowOverride All
Require local
</Directory>

</VirtualHost>


<VirtualHost *:80>
DocumentRoot "C:/wamp64/www/project"
ServerName mydomain.net
ServerAlias www.mydomain.net
<Directory "C:/wamp64/www/project">
AllowOverride All
Require local
</Directory>
</VirtualHost>



Edited 1 time(s). Last edit at 08/01/2019 12:25AM by ripon5050r.

Options: ReplyQuote
Re: Help me for prefect installation wordpress in wamp with virtual host
Posted by: Otomatic (Moderator)
Date: August 01, 2019 10:14AM

Hi,

See all this thread : [forum.wampserver.com]

httpd-vhosts.conf is not the original file and your VirtualHost was not created by the Wampserver integrated tool.

See The need for Virtual Host and Wampserver 3 - Create or add a VirtualHost

Explaining the installation procedures for hundreds of CMS and thousands of web applications is not the responsibility of this forum.
It is up to the creators of CMS and web applications to give the necessary explanations.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.