Need help with PHP
Christopher Schmidt
crschmidt at crschmidt.net
Tue Apr 5 10:59:01 EDT 2005
On Tue, Apr 05, 2005 at 10:50:34AM -0400, Steven W. Orr wrote:
> I got hold of Wordpress (as recommended here) and I'm having problems
> getting jumpstarted.
>
> I'm running Core 3 with httpd-2.0.52-3.1.
>
> I am capable of running a simple php script. See it at
> http://steveo.syslang.net/phpinfo.php
>
> After I installed Wordpress, I tried to go run the install script but it
> seems that some parts of the script are executing and other parts aren't.
It looks like you're accessing the files directly. Don't do this. You
need to run them through Apache: So you need to visit
http://localhost/wordpress/ rather than the files, otherwise the PHP is
not processed.
It looks like you might not have set up a host for your Wordpress stuff
yet, and you don't have it under what is recognizable as an htdocs dir
to me: you will need to move /wordpress/ to somewhere that is web
accessible.
What you are seeing is an HTML rendering of a PHP script: If you look at
the source, you will see the exact same source as you would of the PHP
script.
--
Christopher Schmidt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mail.gnhlug.org/mailman/private/gnhlug-discuss/attachments/20050405/6cd9ba78/attachment.bin
More information about the gnhlug-discuss
mailing list