x-httpd-php
Posted by: slide (---.gdj-co.client.bresnan.net)
Date: January 02, 2010 11:00PM

x-httpd-php
Posted by: slide (---.gdj-co.client.bresnan.net)
Date: November 24, 2009 05:19PM

I just set my local up on a Win 7 system. I was getting the same error on my Vista system, but got it going with the AddHandler application/x-httpd-php5s .php by putting the # at the begining of the line. I guess Reming the line out worked. Now it's back. This was never answered before and I hope someone will this time. How do lose the error?
Thanks

I'm running phpbb3 on my local. All of the sudden I'm getting this is a x-httpd-php file. It's not bringing the site up now. Has always in the past. Here is my HTACCESS File:

# Use PHP5 Single php.ini as default
# AddHandler application/x-httpd-php5s .php
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm

RewriteEngine on

Rewriterule ^blog/(.+)/(.+).html$ ./blog/view/blog.php?page=$1&mode=$2
Rewriterule ^blog/(.+).html$ ./blog/blog.php?page=$1
Rewriterule ^blog/(.+)/$ ./blog/view/blog.php?page=$1
Rewriterule ^blog/$ ./blog/blog.php

What may be going on. Like I say the local site has always come up.
Thanks



Edited 1 time(s). Last edit at 01/02/2010 10:56PM by slide.

Options: ReplyQuote
Re: x-httpd-php
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: January 03, 2010 12:16PM

You haven't posted the error message you are getting. What is the error?

Also you do not need to manually configure PHP, WAMP sets everything up for you.

Options: ReplyQuote
Re: x-httpd-php
Posted by: slide (---.gdj-co.client.bresnan.net)
Date: January 03, 2010 03:21PM

c2dan Wrote:
-------------------------------------------------------
> You haven't posted the error message you are
> getting. What is the error?
>
> Also you do not need to manually configure PHP,
> WAMP sets everything up for you.


The error is my local site will not come up.
Go here and you will see what I mean and yes there is some config to setting PHP up. Such as db size, memory size and time for the tables for the db to be inserted. The php.ini needs the additional configuring.

[screencast.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.