Installation on a Localhost
-
The process of installation was ok, without troubles, database ok, tables ok, … but when I try to Login the page is reloaded without login. I guess there’s a cookies problem, isn’t it?
I have Apache + MySQL + PHP on a Windows XP Pro
The server root is c:\server\
Local sites are: c\server\www\site1\
WordPress root is: c:\server\www\site1\wordpress\
To view local sites I use, for example:
https://site1/wordpress/
Hosts file is:
127.0.0.1 site1
and Apache config:
<VirtualHost 127.0.0.1>
ServerAdmin [email protected]
DocumentRoot "c:/server/www/site1"
ServerName site1
ErrorLog logs/site1-error.log
CustomLog logs/site1-access.log combined
ScriptAlias /cgi-bin/ "c:/server/www/site1/cgi-bin/"
<Directory "c:/server/www/site1">
Options All Includes Indexes
</Directory>
</VirtualHost>
Could you help me?
Thanks in advance
- The topic ‘Installation on a Localhost’ is closed to new replies.