phonebuff
Forum Replies Created
-
Forum: Installing WordPress
In reply to: First Install not going Well –Wow,
Found it, PHP was not really running..
Now fighting with a definition issue between mysql & wp-config.php..
……………
Forum: Installing WordPress
In reply to: First Install not going Well –Slennon,
Nope, it’s not a DNS issue. I have an SSH tunnel into the machine that I am working on and the install.php is being returned as text instead of executing as an install script now. So I guess I am making progress but not sure 🙂
<VirtualHost *:80> ServerName example.sample.net ServerAlias 127.0.0.1, localhost, 172.17.128.8 ServerAdmin xyz DocumentRoot "/usr/local/www/" RewriteRule ^.html$ .htm <Directory "/usr/local/www/"> Options Includes Indexes FollowSymLinks MultiViews AllowOverride None Options None Order allow,deny Allow from all </Directory> </VirtualHost>Forum: Installing WordPress
In reply to: First Install not going Well –Will look at the link.. Did some rewite on the Apache control file stripping out a bunch of stuff,
extra/httpd-vhosts.conf
an now I have the install.php coming up in both IE 8.0 and Firefox as text install of running a script. Does this make any sense ??
—
Forum: Installing WordPress
In reply to: First Install not going Well –I hate Keyboards sometimes..
I set the document root to /usr/local/www/ and ……..
Forum: Installing WordPress
In reply to: First Install not going Well –I set the Docuemnt root to /local/user/www and WordPress is in /usr/local/www/data/wordpresss
So I interupt the instructions that I need to use the http://server/data/wordpress/wp-admin/install.php
But no Joy..
Also tried http://server/data/wordpress/index.php with no luck as well.
?????