Code: Select all
<VirtualHost *:443>
DocumentRoot /var/www/localhost/htdocs/wordpress
ServerName wordpress.example.org
<Directory />
php_flag register_globals off
Options Indexes FollowSymLinks
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
</Directory>
</VirtualHost>
So I then tried to go to:
http://wordpress.example.org/wp-admin/wp-install.php
All I get back from that is:
Code: Select all
<html><body></body></html>
Any WordPress users out there that might know what I'm doing wrong?


